Skip to content

Commit 6d6cf33

Browse files
Copilotfengmk2
andcommitted
revert: restore original .oxlintrc.json rules
Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent c4a6f21 commit 6d6cf33

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@
66
},
77
"rules": {
88
"no-console": "warn",
9-
"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"
9+
"no-empty-function": "allow"
2510
},
2611
"ignorePatterns": [
2712
"index.d.ts",

0 commit comments

Comments
 (0)