Skip to content

Commit

Permalink
Fix prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 11, 2023
1 parent ec641c1 commit 23d93b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Font size of Tag component
- Unknown option warning when running prettier

## [0.1.3] - 2023-07-10

Expand Down
3 changes: 2 additions & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ module.exports = {
// TODO: introduce tailwind prettier plugin after migration to Prettier v3 as not supported by V2
// require('prettier-plugin-tailwindcss'),
],
tailwindFunctions: ['twMerge'],
// TODO: introduce plugin options when prettier-plugin-tailwindcss is enabled
// tailwindFunctions: ['twMerge'],
};

0 comments on commit 23d93b1

Please sign in to comment.