Skip to content

Commit

Permalink
fix: remove prettier plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
medusiora committed Mar 31, 2024
1 parent 2684dab commit e8bb35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
{}

0 comments on commit e8bb35e

Please sign in to comment.