Skip to content

Commit f668dc5

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 06a7cd2 commit f668dc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.oxlintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)