Remove redundant lint dependencies

These are no longer needed with the new standard lint repo.
This commit is contained in:
J. Ryan Stinnett
2020-07-29 12:00:42 +01:00
parent 79348b44cb
commit 50bc7fc62f
3 changed files with 2 additions and 46 deletions

View File

@@ -140,11 +140,9 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "7.5.0",
"eslint-config-google": "^0.14.0",
"eslint-config-matrix-org": "^0.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^2.5.1",
"estree-walker": "^0.9.0",