From c07044585d33985f9d9723280adc52daeaaddfb5 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Tue, 16 Mar 2021 22:06:47 +0100 Subject: [PATCH] Stop trying to lint non-project files --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 2b7d70f9..34b26177 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,5 @@ build coverage *.test.ts test_utils.ts +e2e_tests +compiler