update: improve project structure and add linting/formatting

This commit is contained in:
Rasmus Q
2026-03-15 20:58:55 +00:00
parent 3e33cf9499
commit 47e02d81c3
27 changed files with 103 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}