From c67a1b01ad455bef8edacaebc8364df4ce82a772 Mon Sep 17 00:00:00 2001 From: Douglas Moura Date: Tue, 23 Jul 2024 21:52:36 -0300 Subject: [PATCH] feat: update ESLint config --- .eslintrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" ] }