We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b42b58 commit 23b7b95Copy full SHA for 23b7b95
.eslintrc
@@ -1,5 +1,9 @@
1
{
2
- "extends": "airbnb",
+ "extends":[
3
+ "airbnb",
4
+ "plugin:import/errors",
5
+ "plugin:import/warnings"
6
+ ],
7
"rules": {
8
"indent": ["error", 4],
9
"max-len": ["error", { "code": 200 }],
package.json
@@ -33,7 +33,7 @@
33
"devDependencies": {
34
"eslint": "5.14.0",
35
"eslint-config-airbnb": "17.1.0",
36
- "eslint-plugin-import": "2.16.0",
+ "eslint-plugin-import": "^2.16.0",
37
"eslint-plugin-jsx-a11y": "6.2.1",
38
"eslint-plugin-react": "7.12.4",
39
"pre-commit": "1.2.2"
0 commit comments