From fc50e74e26f6b7891d81b01b500299eb5791150e Mon Sep 17 00:00:00 2001 From: Harsh Deep Date: Fri, 7 Jun 2024 19:29:48 -0500 Subject: [PATCH] Fix Eslint package collision --- package.json | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index a22b1606b..e42a10d2b 100644 --- a/package.json +++ b/package.json @@ -65,16 +65,6 @@ "dotenv": "8.2.0", "dotenv-expand": "5.1.0", "dva": "^2.4.1", - "eslint": "^7.11.0", - "eslint-config-react-app": "^6.0.0", - "eslint-plugin-flowtype": "^5.2.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.1.0", - "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.21.5", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^3.9.2", - "eslint-webpack-plugin": "^2.5.2", "file-loader": "6.1.1", "fs-extra": "^9.0.1", "harmony-reflect": "^1.6.1", @@ -163,11 +153,18 @@ "@testing-library/user-event": "14.5.2", "babel-jest": "^26.6.0", "cross-env": "^7.0.2", + "eslint": "^7.11.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jest": "^24.1.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.21.5", + "eslint-plugin-react-hooks": "^4.2.0", + "eslint-plugin-testing-library": "^3.9.2", + "eslint-webpack-plugin": "^2.5.2", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-import": "^2.20.2", - "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-react": "^7.20.0", "husky": "^4.2.5", "lint-staged": "^10.2.4", "prettier": "^2.0.5",