eslint: don't allow common-js imports
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
This commit is contained in:
parent
c36c5fbf26
commit
2aa2914a67
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ export default [
|
|||
'github/filenames-match-regex': 'off',
|
||||
'github/array-foreach': 'off',
|
||||
'import/no-namespace': 'off',
|
||||
'import/no-commonjs': 'off',
|
||||
'import/named': 'off',
|
||||
'import/no-unresolved': 'off',
|
||||
'i18n-text/no-en': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue