fix lint issues with prettier

This commit is contained in:
2025-03-27 22:08:01 +01:00
parent 03120d7242
commit a56454110a
45 changed files with 2766 additions and 2672 deletions

View File

@@ -1,4 +1,4 @@
import adapter from "@sveltejs/adapter-cloudflare";
import adapter from '@sveltejs/adapter-cloudflare';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
@@ -15,4 +15,4 @@ const config = {
}
};
export default config;
export default config;