style: apply consistent formatting and spacing across multiple files

This commit is contained in:
maxDorninger
2025-05-24 21:57:18 +02:00
parent 64eace0c74
commit ecf3fe1f45
42 changed files with 906 additions and 911 deletions

View File

@@ -1,9 +1,9 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"include": [
"web/src/app.d.ts",
"web/src/**/*"
],
"include": [
"web/src/app.d.ts",
"web/src/**/*"
],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
@@ -14,9 +14,9 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
"types": [
"svelte"
]
"types": [
"svelte"
]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files