This commit is contained in:
Will Greenberg
2024-10-10 11:55:13 -07:00
parent 99676f1590
commit a269a45244
19 changed files with 3684 additions and 0 deletions

8
bin/web/.prettierrc Normal file
View File

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