chore: clean up some stuff from the separate frontend repo

This commit is contained in:
Sam 2023-03-12 05:05:43 +01:00
parent ae7c37e4b9
commit d4b8a20b4d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 9 additions and 673 deletions

View file

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