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 48bbe12 commit 40afd16Copy full SHA for 40afd16
1 file changed
.oxlintrc.json
@@ -38,7 +38,6 @@
38
"eslint/max-depth": "off",
39
"eslint/max-lines": "off",
40
"eslint/max-lines-per-function": "off",
41
- "eslint/max-nested-callbacks": "off",
42
"eslint/no-duplicate-imports": "off",
43
"func-style": [
44
"error",
@@ -91,9 +90,7 @@
91
90
}
92
93
],
94
- "unicorn/no-nested-ternary": "off",
95
"unicorn/no-null": "off",
96
- "unicorn/number-literal-case": "off",
97
"vitest/consistent-test-it": [
98
99
{
0 commit comments