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": [