fix: resolve prettier formatting issues in prettierrc and webmanifest
Some checks failed
ci/someci/push/woodpecker Pipeline failed

This commit is contained in:
2026-03-10 11:40:27 +01:00
parent 8db1db6f73
commit 5638d19e48
3 changed files with 38 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
.svelte-kit/
.claude/
dist/
deploy/
node_modules/

View File

@@ -1,21 +1,21 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"useTabs": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"useTabs": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}

View File

@@ -1,19 +1,19 @@
{
"name": "nachtigall.dev",
"short_name": "Nachtigall",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0b1220",
"background_color": "#0b1220",
"display": "standalone"
}
"name": "nachtigall.dev",
"short_name": "Nachtigall",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0b1220",
"background_color": "#0b1220",
"display": "standalone"
}