Skip to content

Commit

Permalink
chore: fix error when running Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
P-manBrown committed Aug 4, 2024
1 parent c66c7bd commit aea7b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// TEMP: https://is.gd/ja0J4b
module.exports = {
semi: false,
singleQuote: true,
plugins: [require('prettier-plugin-tailwindcss')],
plugins: [require.resolve('prettier-plugin-tailwindcss')],
}

1 comment on commit aea7b32

@P-manBrown
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs: #139

Please sign in to comment.