From e8bb35ef619cd3d71297d10e0b32c252cd6ccde7 Mon Sep 17 00:00:00 2001 From: Medusiora Date: Sun, 31 Mar 2024 16:48:57 +0700 Subject: [PATCH] fix: remove prettier plugin --- .github/workflows/prettier.yml | 2 +- .prettierrc | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 5160652..eda0b65 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -19,5 +19,5 @@ jobs: uses: creyD/prettier_action@v4.3 with: # This part is also where you can pass other options, for example: - prettier_options: --write **/*.{js,jsx,ts,tsx,json,css,vue,md} --plugin=prettier-plugin-tailwindcss + prettier_options: --write **/*.{js,jsx,ts,tsx,json,css,vue,md} only_changed: True diff --git a/.prettierrc b/.prettierrc index b4bfed3..0967ef4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,3 +1 @@ -{ - "plugins": ["prettier-plugin-tailwindcss"] -} +{}