From 8c6f2966538b802436156714eb2cb2cf62f4833d Mon Sep 17 00:00:00 2001 From: Rodolphe Breton Date: Wed, 8 Jan 2025 23:05:20 +0100 Subject: [PATCH] Removed Jest-related stuff --- .eslintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 9ba1f5e..229ba5a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,7 +11,6 @@ }, "plugins": [ "flowtype", - "jest", "react", "react-hooks" ], @@ -23,7 +22,6 @@ "env": { "browser": true, "es6": true, - "jest/globals": true, "node": true }, "extends": [