Skip to content

Commit

Permalink
[eslint config] [base] [breaking] re-disable newline-after-import
Browse files Browse the repository at this point in the history
  • Loading branch information
passionSeven committed Jun 20, 2016
1 parent f48a353 commit b0cc406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-airbnb-base/rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ module.exports = {

// Require a newline after the last import/require in a group
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/newline-after-import.md
'import/newline-after-import': 2,
// TODO: enable when https://github.com/benmosher/eslint-plugin-import/issues/386 is resolved
'import/newline-after-import': 0,

// Require modules with a single export to use a default export
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/prefer-default-export.md
Expand Down

0 comments on commit b0cc406

Please sign in to comment.