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 2353164 commit 93d0c2eCopy full SHA for 93d0c2e
.oxlintrc.json
@@ -31,7 +31,9 @@
31
],
32
"@typescript-eslint/no-explicit-any": "off",
33
"@typescript-eslint/no-unsafe-declaration-merging": "off",
34
+ "eslint/arrow-body-style": ["error", "as-needed"],
35
"eslint/curly": "error",
36
+ "eslint/id-length": "off",
37
"eslint/max-depth": "off",
38
"eslint/max-lines": "off",
39
"eslint/max-lines-per-function": "off",
@@ -47,6 +49,7 @@
47
49
}
48
50
51
"import/exports-last": "off",
52
+ "import/extensions": "off",
53
"import/group-exports": "off",
54
"import/max-dependencies": "off",
55
"import/no-anonymous-default-export": [
@@ -56,6 +59,7 @@
56
59
57
60
58
61
"import/no-default-export": "off",
62
+ "import/prefer-default-export": "off",
63
"max-params": "off",
64
"no-async-await": "off",
65
"no-console": "off",
0 commit comments