Skip to content

Commit

Permalink
Add TailwindCSS plugin to Prettier config (#352)
Browse files Browse the repository at this point in the history
Add tailwind to Prettier config
  • Loading branch information
jeffdaley authored Sep 29, 2023
1 parent 1dc13fa commit ba0519d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
plugins: ["prettier-plugin-ember-template-tag"],
plugins: [
"prettier-plugin-ember-template-tag",
"prettier-plugin-tailwindcss",
],
};

0 comments on commit ba0519d

Please sign in to comment.