From e01ae51be311819f3e61bbfd2a9232ded4b1bbf3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 10 Oct 2023 23:50:19 +0200 Subject: [PATCH] chore: eslint ignore --- src/pages/index.html | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index.html b/src/pages/index.html index 72c8a2b..d084195 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -15,7 +15,7 @@ - {{ count + 123 }} + {{ count }} {{greeting}} hey
diff --git a/tsconfig.json b/tsconfig.json index 43008af..c3eae23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ +// eslint disable-next-line { "extends": "./.nitro/types/tsconfig.json" }