eslint: don't allow common-js imports

This commit is contained in:
Daniel Kennedy
2026-02-25 13:49:28 -05:00
parent c36c5fbf26
commit 2aa2914a67

View File

@@ -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',