From 3c5028ddf602cac59a1efdf0522606a122d9dec3 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 15 Feb 2026 12:33:49 +0200 Subject: feat(web): lint --- website/svelte.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'website/svelte.config.js') diff --git a/website/svelte.config.js b/website/svelte.config.js index 10c4eeb..4935008 100644 --- a/website/svelte.config.js +++ b/website/svelte.config.js @@ -2,12 +2,12 @@ import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { - // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. - // If your environment is not supported, or you settled on a specific environment, switch out the adapter. - // See https://svelte.dev/docs/kit/adapters for more information about adapters. - adapter: adapter() - } + kit: { + // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. + // If your environment is not supported, or you settled on a specific environment, switch out the adapter. + // See https://svelte.dev/docs/kit/adapters for more information about adapters. + adapter: adapter(), + }, }; export default config; -- cgit v1.2.3