We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae236d5 commit 9818f12Copy full SHA for 9818f12
1 file changed
.prettierrc.mjs
@@ -6,7 +6,7 @@ export default {
6
singleQuote: true,
7
tabWidth: 2,
8
trailingComma: 'es5',
9
- plugins: ['prettier-plugin-astro'],
+ plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
10
overrides: [
11
{
12
files: '*.astro',
0 commit comments