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 d9694a2 commit d6f93ddCopy full SHA for d6f93dd
1 file changed
.oxlintrc.json
@@ -9,7 +9,8 @@
9
"rules": {
10
"no-console": "warn",
11
"no-await-in-loop": "off",
12
- "unicorn/no-array-sort": "off"
+ "unicorn/no-array-sort": "off",
13
+ "no-restricted-globals": "error"
14
},
15
"ignorePatterns": [
16
".output/**",
0 commit comments