🎉 npm create svelte

This commit is contained in:
2023-01-25 22:48:12 -05:00
commit bcb423f8c1
19 changed files with 5416 additions and 0 deletions

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}