This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
astro-shopify/.prettierrc
2025-01-12 19:20:36 +01:00

12 lines
158 B
Plaintext

{
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": ["*.astro"],
"options": {
"parser": "astro"
}
}
]
}