From b2d421dfec591429885aa140951e0f73db5471de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 14 Apr 2021 19:49:26 +0200 Subject: [PATCH] fix: lint --- .eslintignore | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index e88a1d1af6..5b29186efd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,4 @@ website/i18n/*.js website/translated_docs website/core website/pages +website_v2 diff --git a/tsconfig.json b/tsconfig.json index 0a2ba1d431..835c4e45f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -71,6 +71,7 @@ "migrations", "node_modules", "website", + "website_v2", "src/binver-dev.js", "dist", "snapshots",