diff --git a/.eslintrc b/.eslintrc index 3be7afb2..1df57c32 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,8 +1,7 @@ { "env": { "browser": true, - "node": true, - "jest/globals": true + "node": true }, "settings": { "react": { @@ -14,7 +13,6 @@ "react-hooks", "@typescript-eslint", "eslint-plugin-import-helpers", - "eslint-plugin-jest", "eslint-plugin-storybook", "testing-library" ], @@ -66,9 +64,6 @@ "**/?(*.)+(spec|test).[jt]s?(x)" ], "extends": [ - "plugin:jest-dom/recommended", - "plugin:jest/recommended", - "plugin:jest/style", "plugin:testing-library/react" ] }