Initial commit

This commit is contained in:
celeste
2026-01-19 14:45:57 +01:00
parent 751cff5eae
commit 24c86951cc
32 changed files with 3970 additions and 114 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}