We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5af50 commit faba016Copy full SHA for faba016
.prettierrc.json
@@ -1,5 +1,10 @@
1
{
2
"semi": false,
3
"singleQuote": true,
4
- "useTabs": true
+ "useTabs": true,
5
+ "plugins": [
6
+ "prettier-plugin-astro",
7
+ "prettier-plugin-svelte",
8
+ "prettier-plugin-tailwindcss"
9
+ ]
10
}
0 commit comments