feat(basic): new line after import (#161)

This commit is contained in:
曾明健 2023-04-03 20:30:54 +08:00 committed by GitHub
parent d2150eec3b
commit d1cd722857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],