chore: add astro prettier plugin

This commit is contained in:
satnaing
2023-09-14 13:21:54 +06:30
committed by Sat Naing
parent f25377674e
commit 620446370d
3 changed files with 84 additions and 23 deletions
+10 -1
View File
@@ -7,5 +7,14 @@
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf"
"endOfLine": "lf",
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}