feat(basic): new line after import (#161)
This commit is contained in:
parent
d2150eec3b
commit
d1cd722857
@ -207,6 +207,7 @@ module.exports = {
|
|||||||
'import/no-mutable-exports': 'error',
|
'import/no-mutable-exports': 'error',
|
||||||
'import/no-unresolved': 'off',
|
'import/no-unresolved': 'off',
|
||||||
'import/no-absolute-path': 'off',
|
'import/no-absolute-path': 'off',
|
||||||
|
'import/newline-after-import': ['error', { 'count': 1 }],
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
'semi': ['error', 'never'],
|
'semi': ['error', 'never'],
|
||||||
|
Loading…
Reference in New Issue
Block a user