Skip to content

Commit d6f93dd

Browse files
committed
chore: configure oxlint
1 parent d9694a2 commit d6f93dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"rules": {
1010
"no-console": "warn",
1111
"no-await-in-loop": "off",
12-
"unicorn/no-array-sort": "off"
12+
"unicorn/no-array-sort": "off",
13+
"no-restricted-globals": "error"
1314
},
1415
"ignorePatterns": [
1516
".output/**",

0 commit comments

Comments
 (0)