🎉 npm init svelte

This commit is contained in:
2022-04-22 14:20:51 -04:00
commit 856a9cb32c
15 changed files with 8540 additions and 0 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}