Skip to content

Commit

Permalink
Fix prettier tailwind plugin close #286
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Aug 10, 2024
1 parent 5f7f5b3 commit 43fe987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-sort-imports"],
"plugins": ["prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
"semi": true,
"singleQuote": true,
"printWidth": 80,
Expand Down

0 comments on commit 43fe987

Please sign in to comment.