diff options
-rw-r--r-- | FrontEnd/.eslintrc.js | 2 |
1 files changed, 0 insertions, 2 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: {
|