From c17779d4ff7061cf86354fd65a3904601dcff95f Mon Sep 17 00:00:00 2001 From: Joachim Viide Date: Mon, 29 Apr 2024 22:10:22 +0000 Subject: [PATCH] fix: don't lint the generated file --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 0d464dc..e52ad15 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,6 @@ { "root": true, + "ignorePatterns": ["dist", "src/_data.ts"], "env": { "node": true },