Skip to content

Commit 3f26eae

Browse files
authored
Update .eslintrc.js
remove base rules in eslintrc.js
1 parent 77ccbb1 commit 3f26eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const base = require("@umijs/fabric/dist/eslint");
33
module.exports = {
44
...base,
55
rules: {
6-
...base.rules,
6+
77
"react/no-array-index-key": 0,
88
"react/sort-comp": 0,
99
"@typescript-eslint/no-explicit-any": 0,

0 commit comments

Comments
 (0)