Skip to content

Commit e388527

Browse files
committed
chore: update fabric extends
1 parent 9269984 commit e388527

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
const base = require('@umijs/fabric/dist/eslint');
2-
31
module.exports = {
4-
...base,
2+
extends: [require.resolve('@umijs/fabric/dist/eslint')],
53
rules: {
6-
...base.rules,
74
'arrow-parens': 0,
85
'no-template-curly-in-string': 0,
96
'prefer-promise-reject-errors': 0,

0 commit comments

Comments
 (0)