From 43ad22a37489e93c183689f6e890f672aca35af6 Mon Sep 17 00:00:00 2001 From: BartoszSolkaArianelabs Date: Thu, 11 Apr 2024 11:39:31 +0200 Subject: [PATCH] Update .eslintignore file to include jest configuration files (#47) Signed-off-by: Bartosz Solka --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 7d41ef0..41409ba 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,5 @@ node_modules .vscode examples .github +jest.config.e2e.ts +jest.config.ts \ No newline at end of file