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.
newline-after-import
1 parent 51f9b04 commit 622a3bcCopy full SHA for 622a3bc
packages/eslint-config-airbnb-base/rules/imports.js
@@ -108,7 +108,8 @@ module.exports = {
108
109
// Require a newline after the last import/require in a group
110
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/newline-after-import.md
111
- 'import/newline-after-import': 2,
+ // TODO: enable when https://github.com/benmosher/eslint-plugin-import/issues/386 is resolved
112
+ 'import/newline-after-import': 0,
113
114
// Require modules with a single export to use a default export
115
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/prefer-default-export.md
0 commit comments