diff --git a/web/.prettierrc.json b/web/.prettierrc.json index 80e397b..9372aab 100644 --- a/web/.prettierrc.json +++ b/web/.prettierrc.json @@ -1,6 +1,7 @@ { "useTabs": false, "tabWidth": 2, + "semi": false, "singleQuote": true, "trailingComma": "none", "printWidth": 100, diff --git a/web/components.json b/web/components.json index 0094c85..a2b1686 100644 --- a/web/components.json +++ b/web/components.json @@ -1,17 +1,17 @@ { - "$schema": "https://shadcn-svelte.com/schema.json", - "style": "vega", - "tailwind": { - "css": "src/app.css", - "baseColor": "zinc" - }, - "aliases": { - "components": "$lib/components", - "utils": "$lib/utils", - "ui": "$lib/components/ui", - "hooks": "$lib/hooks", - "lib": "$lib" - }, - "typescript": true, - "registry": "https://shadcn-svelte.com/registry" + "$schema": "https://shadcn-svelte.com/schema.json", + "style": "vega", + "tailwind": { + "css": "src/app.css", + "baseColor": "zinc" + }, + "aliases": { + "components": "$lib/components", + "utils": "$lib/utils", + "ui": "$lib/components/ui", + "hooks": "$lib/hooks", + "lib": "$lib" + }, + "typescript": true, + "registry": "https://shadcn-svelte.com/registry" } diff --git a/web/index.html b/web/index.html index 6d405e6..63aff8c 100644 --- a/web/index.html +++ b/web/index.html @@ -1,4 +1,4 @@ - +
@@ -6,7 +6,10 @@
- A demo installable app — uninstall it from the App Store to remove its
- icon and window. Its notes persist in localStorage under
+ A demo installable app — uninstall it from the App Store to remove its icon and window. Its
+ notes persist in localStorage under
{storageKey}.