Skip to content

Commit 5ba8d7c

Browse files
Disable some rules
1 parent 1f11865 commit 5ba8d7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

oxlint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"correctness": "deny",
66
"perf": "deny",
77
"suspicious": "deny"
8+
},
9+
"rules": {
10+
"eslint/no-await-in-loop": "allow",
11+
"jsdoc/check-tag-names": "allow",
12+
"oxc/no-accumulating-spread": "allow"
813
}
914
}

0 commit comments

Comments
 (0)