Initial commit

Created from https://vercel.com/new
This commit is contained in:
LukeHagar
2022-12-18 01:30:55 +00:00
commit 77b5d916b5
38 changed files with 16468 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" } }]
}