Skip to content

Commit 93d0c2e

Browse files
committed
chore(oxlint): adapt rules with new version
1 parent 2353164 commit 93d0c2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.oxlintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
],
3232
"@typescript-eslint/no-explicit-any": "off",
3333
"@typescript-eslint/no-unsafe-declaration-merging": "off",
34+
"eslint/arrow-body-style": ["error", "as-needed"],
3435
"eslint/curly": "error",
36+
"eslint/id-length": "off",
3537
"eslint/max-depth": "off",
3638
"eslint/max-lines": "off",
3739
"eslint/max-lines-per-function": "off",
@@ -47,6 +49,7 @@
4749
}
4850
],
4951
"import/exports-last": "off",
52+
"import/extensions": "off",
5053
"import/group-exports": "off",
5154
"import/max-dependencies": "off",
5255
"import/no-anonymous-default-export": [
@@ -56,6 +59,7 @@
5659
}
5760
],
5861
"import/no-default-export": "off",
62+
"import/prefer-default-export": "off",
5963
"max-params": "off",
6064
"no-async-await": "off",
6165
"no-console": "off",

0 commit comments

Comments
 (0)