build: upgrade prettier and prettier config file

This commit is contained in:
satnaing
2025-02-25 20:01:12 +07:00
committed by Sat Naing
parent d167f6295d
commit bac762f981
4 changed files with 24 additions and 21 deletions
-20
View File
@@ -1,20 +0,0 @@
{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf",
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}