initial setup

This commit is contained in:
Elgius
2023-04-04 21:35:10 +05:00
parent d8df7754c0
commit d5a430a522
18 changed files with 4025 additions and 0 deletions

9
myapp/.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" } }]
}