webui: Update

This commit is contained in:
Thomas Klaehn
2023-02-09 09:47:49 +01:00
parent 8c110e845b
commit b5fad5d100
28 changed files with 4288 additions and 828 deletions

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