feat(basic): consider comments for newline-after-import
(#164)
This commit is contained in:
parent
5240f68454
commit
ebb96c422e
@ -207,7 +207,7 @@ module.exports = {
|
||||
'import/no-mutable-exports': 'error',
|
||||
'import/no-unresolved': 'off',
|
||||
'import/no-absolute-path': 'off',
|
||||
'import/newline-after-import': ['error', { count: 1 }],
|
||||
'import/newline-after-import': ['error', { count: 1, considerComments: true }],
|
||||
|
||||
// Common
|
||||
'semi': ['error', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user