Skip to content

Commit 40afd16

Browse files
committed
refactor(oxlintrc): remove unused ESLint and Unicorn rules
Signed-off-by: J3m5 <[email protected]>
1 parent 48bbe12 commit 40afd16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.oxlintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"eslint/max-depth": "off",
3939
"eslint/max-lines": "off",
4040
"eslint/max-lines-per-function": "off",
41-
"eslint/max-nested-callbacks": "off",
4241
"eslint/no-duplicate-imports": "off",
4342
"func-style": [
4443
"error",
@@ -91,9 +90,7 @@
9190
}
9291
}
9392
],
94-
"unicorn/no-nested-ternary": "off",
9593
"unicorn/no-null": "off",
96-
"unicorn/number-literal-case": "off",
9794
"vitest/consistent-test-it": [
9895
"error",
9996
{

0 commit comments

Comments
 (0)