diff --git a/.eslintrc.json b/.eslintrc.json index 4bc70daad..d7d8b0747 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,7 @@ "ecmaVersion": 12, "sourceType": "module" }, - "plugins": ["react", "prettier"], + "plugins": ["prettier"], "rules": { "prettier/prettier": [ "error", diff --git a/package.json b/package.json index 01521c624..5ec8c978c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "yup": "1.1.1" }, "scripts": { - "start": "GENERATE_SOURCEMAP=false react-scripts start", + "start": "react-scripts start", "build": "GENERATE_SOURCEMAP=false react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject",