We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3e2f commit 5d78a84Copy full SHA for 5d78a84
eslint.config.mjs
@@ -88,7 +88,7 @@ export default [
88
'no-floating-decimal': 'warn',
89
'no-global-assign': 'warn',
90
'no-implicit-coercion': 'warn',
91
- 'no-implicit-globals': 'warn',
+ 'no-implicit-globals': 'off',
92
'no-implied-eval': 'warn',
93
'no-invalid-this': 'off',
94
'no-iterator': 'warn',
0 commit comments