diff --git a/.gitignore b/.gitignore index 70f61e8..3b462cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -package-lock.json # Output .output @@ -22,4 +21,3 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* - diff --git a/.prettierrc b/.prettierrc index 69660f4..7ebb855 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,7 @@ { "useTabs": true, - "singleQuote": false, - "trailingComma": "all", + "singleQuote": true, + "trailingComma": "none", "printWidth": 100, "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], "overrides": [ @@ -11,7 +11,5 @@ "parser": "svelte" } } - ], - "tabWidth": 4, - "svelteAllowShorthand": true + ] } diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 204668b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "tailwindCSS.emmetCompletions": true, - "editor.inlineSuggest.enabled": true, - "editor.quickSuggestions": { - "strings": true - }, - "css.customData": [".vscode/tailwind.json"], - "cSpell.words": [ - "correctanswer", - "creationdate", - "gameid", - "gamepin", - "hostgame", - "kahoot", - "kahootclone", - "Newplayers", - "playername", - "questionid", - "questionstext", - "SUPABASE" - ] -} diff --git a/.vscode/tailwind.json b/.vscode/tailwind.json deleted file mode 100644 index d634f37..0000000 --- a/.vscode/tailwind.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "version": 1.2, - "atDirectives": [ - { - "name": "@theme", - "description": "Use the `@theme` directive to define your project's custom design tokens, like fonts, colors, and breakpoints.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#theme-directive" - } - ] - }, - { - "name": "@source", - "description": "Use the `@source` directive to explicitly specify source files that aren't picked up by Tailwind's automatic content detection.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#source-directive" - } - ] - }, - { - "name": "@utility", - "description": "Use the `@utility` directive to add custom utilities to your project that work with variants like `hover`, `focus` and `lg`.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#utility-directive" - } - ] - }, - { - "name": "@variant", - "description": "Use the `@variant` directive to apply a Tailwind variant to styles in your CSS.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#variant-directive" - } - ] - }, - { - "name": "@custom-variant", - "description": "Use the `@custom-variant` directive to add a custom variant in your project.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#custom-variant-directive" - } - ] - }, - { - "name": "@apply", - "description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#apply-directive" - } - ] - }, - { - "name": "@reference", - "description": "If you want to use `@apply` or `@variant` in the `