File tree 2 files changed +3
-4
lines changed
packages/eslint-config-airbnb-base
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 48
48
"babel-tape-runner" : " ^1.3.1" ,
49
49
"eslint" : " ^3.1.1" ,
50
50
"eslint-find-rules" : " ^1.11.1" ,
51
- "eslint-plugin-import" : " ^1.11.0 " ,
51
+ "eslint-plugin-import" : " ^1.11.1 " ,
52
52
"tape" : " ^4.6.0" ,
53
53
"in-publish" : " ^2.0.0"
54
54
},
55
55
"peerDependencies" : {
56
56
"eslint" : " ^3.1.1" ,
57
- "eslint-plugin-import" : " ^1.11.0 "
57
+ "eslint-plugin-import" : " ^1.11.1 "
58
58
},
59
59
"engines" : {
60
60
"node" : " >= 4"
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ module.exports = {
118
118
119
119
// Require a newline after the last import/require in a group
120
120
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/newline-after-import.md
121
- // TODO: enable when https://github.com/benmosher/eslint-plugin-import/issues/386 is resolved
122
- 'import/newline-after-import' : 0 ,
121
+ 'import/newline-after-import' : 2 ,
123
122
124
123
// Require modules with a single export to use a default export
125
124
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/prefer-default-export.md
You can’t perform that action at this time.
0 commit comments