From 9b866811b260ee3c0144680c291f5203254faf24 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 2 Sep 2021 15:18:20 +0430 Subject: [PATCH] these are dependencies of react-scripts too --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 5162b120..2839d42b 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,6 @@ "@typescript-eslint/parser": "4.23.0", "eslint": "^7.26.0", "eslint-config-airbnb-typescript": "^12.3.1", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-react": "^7.23.2", - "eslint-plugin-react-hooks": "^4.2.0", "typescript": "^4.2.4" } }