From fc65905e91ac70756893f441ee4333e135bc0f70 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Thu, 2 Jan 2025 15:41:27 +0100 Subject: [PATCH] Add test file patterns to .eslintignore to exclude from linting --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 565f2e0cf6..df9920bacf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,5 @@ src/core/dpl-cms/model src/core/dpl-cms/dpl-cms.ts src/core/fbs/fbs.ts src/core/publizon/publizon.ts +*.test.ts +*.test.tsx