From 9b052447cc6a1219f7525874d90ee14d40ddf640 Mon Sep 17 00:00:00 2001 From: ocavue Date: Fri, 15 Dec 2023 02:43:09 +0800 Subject: [PATCH] Update Prettier config --- .prettierrc.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .prettierrc.json 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 -}