From f8fb75ec2f3ebfb5f2925859b6d54cf8b330edad Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 9 Jan 2023 21:19:50 +0100 Subject: [PATCH] chore: Ignore .env files in eslint --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 9ab300af2fb..ec9d61454c1 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,6 +9,7 @@ Dockerfile .git .env +*.env coverage dist node_modules