From b429e958dc4ef8db273409e445cc16e6ba26f5da Mon Sep 17 00:00:00 2001 From: Oliver Stolz Date: Tue, 20 Feb 2024 10:18:55 +0100 Subject: [PATCH] Ignore jest config during linting --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 6df2350..986ccad 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,5 @@ client/out/** client/bundle.js server/node_modules/** server/out/** +jest-style-mock.js +jest.config.js