Turn off import/no-named-as-default rule
This commit is contained in:
parent
5243d8c68c
commit
5907f57339
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
'import/no-default-export': 'error',
|
||||
'import/no-namespace': 'error',
|
||||
'import/no-useless-path-segments': 'error',
|
||||
'import/no-named-as-default': 0,
|
||||
'no-duplicate-imports': 'error',
|
||||
},
|
||||
overrides: [
|
||||
|
|
Loading…
Reference in a new issue