mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-25 21:22:28 +00:00
eslint: don't allow common-js imports
This commit is contained in:
@ -25,7 +25,6 @@ export default [
|
|||||||
'github/filenames-match-regex': 'off',
|
'github/filenames-match-regex': 'off',
|
||||||
'github/array-foreach': 'off',
|
'github/array-foreach': 'off',
|
||||||
'import/no-namespace': 'off',
|
'import/no-namespace': 'off',
|
||||||
'import/no-commonjs': 'off',
|
|
||||||
'import/named': 'off',
|
'import/named': 'off',
|
||||||
'import/no-unresolved': 'off',
|
'import/no-unresolved': 'off',
|
||||||
'i18n-text/no-en': 'off',
|
'i18n-text/no-en': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user