From 229ed049068ed930742cf4c7c525a5c4f149959f Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Sat, 10 Aug 2024 11:08:26 +0100 Subject: [PATCH] ignore tests in eslinter --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 9ff5c1c..dfdf38e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ lib/ dist/ node_modules/ coverage/ +__tests__/ \ No newline at end of file