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 1f11865 commit 5ba8d7cCopy full SHA for 5ba8d7c
oxlint.json
@@ -5,5 +5,10 @@
5
"correctness": "deny",
6
"perf": "deny",
7
"suspicious": "deny"
8
+ },
9
+ "rules": {
10
+ "eslint/no-await-in-loop": "allow",
11
+ "jsdoc/check-tag-names": "allow",
12
+ "oxc/no-accumulating-spread": "allow"
13
}
14
0 commit comments