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(),