Skip to content

Commit 7dd2cc2

Browse files
committed
feat: switch to oxlint
1 parent e10e07c commit 7dd2cc2

4 files changed

Lines changed: 408 additions & 945 deletions

File tree

.eslintrc

Lines changed: 0 additions & 26 deletions
This file was deleted.

.oxlintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"categories": {
4+
"correctness": "error",
5+
"suspicious": "warn"
6+
},
7+
"rules": {
8+
"no-shadow": "error",
9+
"no-underscore-dangle": "allow",
10+
"unicorn/consistent-function-scoping": "allow"
11+
},
12+
"env": {
13+
"node": true
14+
}
15+
}

0 commit comments

Comments
 (0)