Skip to content

Commit 5d78a84

Browse files
committed
Lint change
1 parent 2ad3e2f commit 5d78a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default [
8888
'no-floating-decimal': 'warn',
8989
'no-global-assign': 'warn',
9090
'no-implicit-coercion': 'warn',
91-
'no-implicit-globals': 'warn',
91+
'no-implicit-globals': 'off',
9292
'no-implied-eval': 'warn',
9393
'no-invalid-this': 'off',
9494
'no-iterator': 'warn',

0 commit comments

Comments
 (0)