Initial commit

This commit is contained in:
2023-01-28 16:42:44 +01:00
commit 46c7eb35b3
27 changed files with 14014 additions and 0 deletions

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"svelteStrictMode": true,
"svelteSortOrder": "options-styles-scripts-markup",
"svelteBracketNewLine": true,
"svelteIndentScriptAndStyle": true,
"svelteAllowShorthand": false
}