We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfc542 commit c4a6f21Copy full SHA for c4a6f21
1 file changed
.oxlintrc.json
@@ -6,7 +6,22 @@
6
},
7
"rules": {
8
"no-console": "warn",
9
- "no-empty-function": "allow"
+ "no-empty-function": "allow",
10
+ "capitalized-comments": "allow",
11
+ "max-statements": "allow",
12
+ "no-param-reassign": "allow",
13
+ "class-methods-use-this": "allow",
14
+ "no-implicit-coercion": "allow",
15
+ "complexity": "allow",
16
+ "preserve-caught-error": "allow",
17
+ "no-warning-comments": "allow",
18
+ "no-shadow": "allow",
19
+ "no-inline-comments": "allow",
20
+ "import/no-named-export": "allow",
21
+ "import/no-nodejs-modules": "allow",
22
+ "import/no-relative-parent-imports": "allow",
23
+ "unicorn/prefer-ternary": "allow",
24
+ "unicorn/no-array-sort": "allow"
25
26
"ignorePatterns": [
27
"index.d.ts",
0 commit comments