From 7955191c77ff8bdb509ba37a40002a1f7d5d6cea Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Wed, 3 Nov 2021 14:35:38 +0000 Subject: [PATCH] fix(eslint): lint the Jest configuration file Refs #422 --- .eslintignore | 1 - .eslintrc.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 24ec9cb5..39c14d97 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,3 @@ /integration/ /src/frontend/ /test/ -/jest.config.ts diff --git a/.eslintrc.json b/.eslintrc.json index 4444b489..68759af4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -74,6 +74,7 @@ "error", { "allowModules": [ + "@jest/types", "lodash" ] }