Skip to content

Commit

Permalink
deps: delete unused eslint deps (#11170)
Browse files Browse the repository at this point in the history
Every dependency is a liability. We should strive to remove every
dependency that isn't critical. The JS stuff in the monorepo is
deprecated at this point but we still carry around a ton of deps
that should be removed asap from the repo.

This commit removes some unused eslint plugins, one small step towards
removing deps that are not necessary.
  • Loading branch information
tynes authored Jul 22, 2024
1 parent 5ae06b0 commit bc1db62
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 460 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ module.exports = {
},
plugins: [
'eslint-plugin-import',
'eslint-plugin-unicorn',
'eslint-plugin-jsdoc',
'eslint-plugin-prefer-arrow',
'eslint-plugin-react',
'@typescript-eslint',
],
overrides: [
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^50.0.1",
"mocha": "^10.6.0",
"nx": "18.2.2",
"nx-cloud": "latest",
Expand Down
Loading

0 comments on commit bc1db62

Please sign in to comment.