diff options
-rw-r--r-- | FrontEnd/.eslintrc.js | 2 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/FrontEnd/.eslintrc.js b/FrontEnd/.eslintrc.js index 900489ed..9bb22216 100644 --- a/FrontEnd/.eslintrc.js +++ b/FrontEnd/.eslintrc.js @@ -10,8 +10,6 @@ module.exports = { "plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended",
- "prettier/react",
- "prettier/@typescript-eslint",
"plugin:react-hooks/recommended",
],
globals: {
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d618bc9f..3f2aaa52 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
- "eslint-config-prettier": "^7.2.0",
+ "eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
|