Commit bc1db621 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

deps: delete unused eslint deps (#11170)

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.
parent 5ae06b0e
...@@ -15,10 +15,8 @@ module.exports = { ...@@ -15,10 +15,8 @@ module.exports = {
}, },
plugins: [ plugins: [
'eslint-plugin-import', 'eslint-plugin-import',
'eslint-plugin-unicorn',
'eslint-plugin-jsdoc', 'eslint-plugin-jsdoc',
'eslint-plugin-prefer-arrow', 'eslint-plugin-prefer-arrow',
'eslint-plugin-react',
'@typescript-eslint', '@typescript-eslint',
], ],
overrides: [ overrides: [
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment