Skip to content

Commit 563b857

Browse files
Update prettier.config.js
Signed-off-by: Olivier Tassinari <[email protected]>
1 parent 2e43d2a commit 563b857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prettier.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const plugins = [];
44
try {
55
// eslint-disable-next-line
66
require('tailwindcss');
7+
// must be loaded last: https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#compatibility-with-other-prettier-plugins
78
plugins.push('prettier-plugin-tailwindcss');
89
} catch (err) {
910
// continue regardless of error

0 commit comments

Comments
 (0)