feat(basic): ban self import (#213)
This commit is contained in:
parent
4edff9cd15
commit
2ed8536b85
@ -215,6 +215,7 @@ module.exports = {
|
||||
'import/no-unresolved': 'off',
|
||||
'import/no-absolute-path': 'off',
|
||||
'import/newline-after-import': ['error', { count: 1, considerComments: true }],
|
||||
'import/no-self-import': 'error',
|
||||
|
||||
// Common
|
||||
'semi': ['error', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user