diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index 5106a30..0000000 --- a/.prettierrc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "plugins": [ - "prettier-plugin-svelte", - "prettier-plugin-astro", - "prettier-plugin-tailwindcss" - ], - "semi": false, - "singleQuote": true, - "htmlWhitespaceSensitivity": "ignore", - "overrides": [ - { - "files": "*.svelte", - "options": { - "parser": "svelte" - } - }, - { - "files": "*.astro", - "options": { - "parser": "astro" - } - } - ], - "tailwindFunctions": ["clsx"], - "svelteIndentScriptAndStyle": false -}