diff --git a/client/.prettierrc b/client/.prettierrc index eefba5a..bfc7ceb 100644 --- a/client/.prettierrc +++ b/client/.prettierrc @@ -6,7 +6,13 @@ "printWidth": 100, "arrowParens": "avoid", "plugins": ["prettier-plugin-svelte"], - "pluginSearchDirs": ["."], - "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }], + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ], "htmlWhitespaceSensitivity": "ignore" } diff --git a/client/index.html b/client/index.html index f816ce6..8b31fb4 100644 --- a/client/index.html +++ b/client/index.html @@ -1,24 +1,36 @@ - + - -
- - - - -