fix: disable import/no-absolute-path
This commit is contained in:
parent
e25761fcfc
commit
245001d081
@ -24,6 +24,7 @@ module.exports = {
|
|||||||
'import/first': 'error',
|
'import/first': 'error',
|
||||||
'import/no-mutable-exports': 'error',
|
'import/no-mutable-exports': 'error',
|
||||||
'import/no-unresolved': 'off',
|
'import/no-unresolved': 'off',
|
||||||
|
'import/no-absolute-path': 'off',
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
semi: [2, 'never'],
|
semi: [2, 'never'],
|
||||||
|
Loading…
Reference in New Issue
Block a user