Skip to content

Commit

Permalink
feat: add prettier-plugin-tailwindcss to prettier plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealps committed Nov 28, 2024
1 parent a2d57b2 commit e2c2626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const config = {
singleQuote: true,
arrowParens: 'avoid',
semi: false,
plugins: ['prettier-plugin-tailwindcss'],
}

export default config

0 comments on commit e2c2626

Please sign in to comment.