Skip to content

Commit

Permalink
chore: remove eslint-plugin-lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jan 25, 2025
1 parent e3ac442 commit b859d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'react-hooks', 'lodash'],
plugins: ['@typescript-eslint', 'react-hooks'],
env: {
browser: true,
node: true,
Expand Down Expand Up @@ -73,6 +73,5 @@ module.exports = {
'func-names': 'off',
'consistent-return': 'off',
'default-case': 'off',
'lodash/import-scope': [2, 'member'],
},
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"find-node-modules": "^2.1.2",
Expand Down

0 comments on commit b859d90

Please sign in to comment.