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 06a7cd2 commit f668dc5Copy full SHA for f668dc5
.oxlintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "categories": {
3
+ "correctness": "error",
4
+ "suspicious": "error",
5
+ "pedantic": "warning",
6
+ "perf": "error",
7
+ "style": "error",
8
+ "restriction": "error"
9
+ },
10
+ "plugins": ["import", "node", "oxc", "promise", "unicorn", "vitest"]
11
+}
0 commit comments