Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea05a3 commit 35e669dCopy full SHA for 35e669d
.eslintrc.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ "parser": "babel-eslint",
3
"env": {
4
"browser": true,
5
"es6": true,
package.json
@@ -42,9 +42,11 @@
42
"test": "echo \"Error: no test specified\" && exit 1"
43
},
44
"devDependencies": {
45
+ "babel-eslint": "^10.0.3",
46
"classnames": "^2.2.6",
47
"eslint": "^6.2.1",
- "eslint-plugin-react": "^7.14.3",
48
+ "eslint-plugin-import": "^2.18.2",
49
+ "eslint-plugin-react": "^7.15.1",
50
"gh-pages": "^2.1.1",
51
"is_js": "^0.9.0",
52
"prettier": "^1.18.2",
0 commit comments