chore: enable hoist
This commit is contained in:
parent
60002c33fd
commit
79b63bc0c9
@ -208,7 +208,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 }],
|
||||
|
||||
// Common
|
||||
'semi': ['error', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user