Files
astroplate/.prettierrc
T

12 lines
158 B
Plaintext
Raw Normal View History

2023-04-17 12:50:29 +06:00
{
2023-07-22 11:38:07 +06:00
"plugins": ["prettier-plugin-astro"],
2023-04-17 12:50:29 +06:00
"overrides": [
{
"files": ["*.astro"],
"options": {
"parser": "astro"
}
}
]
}