File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ plugins :
3
+ - import
2
4
extends :
3
5
- eslint:recommended
4
- - plugin:import/errors
5
- - plugin:import/warnings
6
+ - plugin:import/recommended
6
7
7
8
env :
8
9
node : true
@@ -24,6 +25,10 @@ rules:
24
25
- single
25
26
- allowTemplateLiterals : true
26
27
28
+ # dog fooding
29
+ import/no-extraneous-dependencies : " error"
30
+ import/unambiguous : " off"
31
+
27
32
settings :
28
33
import/resolver :
29
34
node :
Original file line number Diff line number Diff line change 59
59
"eslint-import-resolver-node" : " file:./resolvers/node" ,
60
60
"eslint-import-resolver-webpack" : " file:./resolvers/webpack" ,
61
61
"eslint-module-utils" : " file:./utils" ,
62
- "eslint-plugin-import" : " next " ,
62
+ "eslint-plugin-import" : " 2.x " ,
63
63
"gulp" : " ^3.9.0" ,
64
64
"gulp-babel" : " 6.1.2" ,
65
65
"istanbul" : " ^0.4.0" ,
You can’t perform that action at this time.
0 commit comments