Skip to content

Commit

Permalink
Configure tailwind prettier correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Oct 10, 2024
1 parent 2fdbc58 commit 6bad05f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"tailwindcss": {}
}
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
],
"tailwindFunctions": [
"clsx"
]
},
"dependencies": {
"@tanstack/react-query": "5.40.1",
"clsx": "2.1.1",
Expand Down

0 comments on commit 6bad05f

Please sign in to comment.