Added vuejs instead of svelte

This commit is contained in:
2023-12-14 19:06:42 +01:00
parent 927a3b4777
commit eb541b7903
36 changed files with 4381 additions and 134 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}