Skip to content

Commit 17042ff

Browse files
Copilotfengmk2
andcommitted
revert: restore original .oxlintrc.json, will fix code instead of rules
Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent 0429a6f commit 17042ff

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.oxlintrc.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,6 @@
4545
"unicorn/prefer-number-properties": "allow",
4646
"unicorn/prefer-string-slice": "allow",
4747
"jsdoc/check-tag-names": "allow",
48-
"jsdoc/no-defaults": "allow",
49-
"max-statements": "allow",
50-
"capitalized-comments": "allow",
51-
"no-inline-comments": "allow",
52-
"no-param-reassign": "allow",
53-
"no-shadow": "allow",
54-
"no-use-before-define": "allow",
55-
"prefer-template": "allow",
56-
"import/no-named-export": "allow",
57-
"import/no-nodejs-modules": "allow",
58-
"import/no-relative-parent-imports": "allow",
59-
"promise/always-return": "allow",
60-
"typescript/unified-signatures": "allow",
61-
"unicorn/no-useless-error-capture-stack-trace": "allow",
62-
"unicorn/prefer-default-parameters": "allow",
63-
"unicorn/prefer-ternary": "allow"
48+
"jsdoc/no-defaults": "allow"
6449
}
6550
}

0 commit comments

Comments
 (0)