fix(create-bot): disabled import/named rule
This commit is contained in:
parent
343c925b72
commit
969a0366d3
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ module.exports = {
|
||||||
'import/no-relative-packages': 'error',
|
'import/no-relative-packages': 'error',
|
||||||
'import/no-mutable-exports': 'error',
|
'import/no-mutable-exports': 'error',
|
||||||
'import/no-default-export': 'error',
|
'import/no-default-export': 'error',
|
||||||
|
// https://github.com/import-js/eslint-plugin-import/issues/2903
|
||||||
|
'import/named': 'off',
|
||||||
},
|
},
|
||||||
{{#if features.typescript}}
|
{{#if features.typescript}}
|
||||||
overrides: [
|
overrides: [
|
||||||
|
|
Loading…
Reference in a new issue