Skip to content

Commit

Permalink
chore(deps): remove local eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Jan 12, 2023
1 parent 8a1c5a3 commit 8ad04dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const config = {
module.exports = {
extends: [require.resolve('@umijs/fabric/dist/eslint')],
rules: {
'react/no-did-update-set-state': 0,
'react/no-find-dom-node': 0,
'import/no-extraneous-dependencies': 0,
},
};

module.exports = config;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"create-react-class": "^15.6.3",
"cross-env": "^7.0.2",
"dumi": "^1.1.4",
"eslint": "^6.6.0",
"father": "^4.1.3",
"glob": "^7.1.6",
"np": "^6.2.3",
Expand Down

0 comments on commit 8ad04dc

Please sign in to comment.