Skip to content

Commit bc17a1a

Browse files
authored
Update .eslintrc.js
remove line : ...base,
1 parent 3f26eae commit bc17a1a

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
@@ -1,7 +1,7 @@
11
const base = require("@umijs/fabric/dist/eslint");
22

33
module.exports = {
4-
...base,
4+
55
rules: {
66

77
"react/no-array-index-key": 0,

0 commit comments

Comments
 (0)