Initial commit

This commit is contained in:
2024-07-25 17:23:46 +02:00
commit d5a015328d
28 changed files with 3870 additions and 0 deletions

8
view/.prettierrc Normal file
View File

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