From d27a6854e83d296cc28a9283671eeaf97325de3e Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Mon, 5 Dec 2022 16:25:28 -0500 Subject: [PATCH] fix(config): add missing plugin --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5a6b330..7f2b460 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,7 +32,7 @@ "version": "detect" } }, - "plugins": ["react", "react-hooks", "@typescript-eslint"], + "plugins": ["react", "react-hooks", "@typescript-eslint", "jest"], "rules": { "@typescript-eslint/adjacent-overload-signatures": "error", "@typescript-eslint/array-type": "error",