Skip to content

Commit

Permalink
chore: add prettier-plugin-tailwindcss to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Dec 4, 2024
1 parent ab1f4dd commit 1cef0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-organize-imports"
"prettier-plugin-organize-imports",
"prettier-plugin-tailwindcss"
],
"overrides": [
{
Expand Down

0 comments on commit 1cef0a4

Please sign in to comment.