Initial commit
All checks were successful
/ Build App (push) Successful in 49s

This commit is contained in:
2024-07-17 00:26:05 +02:00
commit 9c869d8ee2
28 changed files with 5314 additions and 0 deletions

8
.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" } }]
}