From d7e4e6daac91770fb720c56036de848874c6b08c Mon Sep 17 00:00:00 2001
From: Antoine Gaudron-desjardins <antoine.gaudrondesjardins@student-cs.fr>
Date: Thu, 7 Jul 2022 16:00:42 +0200
Subject: [PATCH] fix module eslint-plugin-react

---
 frontend/package.json | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/frontend/package.json b/frontend/package.json
index ebb3046..901f31b 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -26,21 +26,6 @@
     "test": "react-scripts test",
     "eject": "react-scripts eject"
   },
-  "eslintConfig": {
-    "extends": "react-app"
-  },
-  "browserslist": {
-    "production": [
-      ">0.2%",
-      "not dead",
-      "not op_mini all"
-    ],
-    "development": [
-      "last 1 chrome version",
-      "last 1 firefox version",
-      "last 1 safari version"
-    ]
-  },
   "devDependencies": {
     "eslint": "^8.19.0",
     "eslint-config-prettier": "^8.5.0",
-- 
GitLab