diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 40b0dd81d..82dfe829a 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -7,8 +7,6 @@ module.exports = { 'plugin:react/recommended', 'airbnb', 'prettier', - 'prettier/@typescript-eslint', - 'prettier/react', ], parser: '@typescript-eslint/parser', parserOptions: {