Create project

This commit is contained in:
2024-08-13 20:31:33 +09:00
commit c8f7b81816
18 changed files with 3931 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}