Skip to content

Commit

Permalink
remove tailwindcss plugin from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 11, 2024
1 parent 15c5823 commit cacc243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"endOfLine": "lf",
"printWidth": 120,
"trailingComma": "none",
"bracketSpacing": true,
"plugins": ["prettier-plugin-tailwindcss"]
"bracketSpacing": true
}

0 comments on commit cacc243

Please sign in to comment.