From a912d6cd43fdc4ba461d46636e96c8953f1510cf Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 24 Aug 2023 17:47:28 -1000 Subject: [PATCH] chore: ignore linter --- svelte.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/svelte.config.js b/svelte.config.js index 570f539..f022e03 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,6 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; +// eslint-disable-next-line tsdoc/syntax /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: vitePreprocess(),