1
Fork 0
shareable-configs/packages/prettier/prettier.json

16 lines
270 B
JSON
Raw Permalink Normal View History

2022-12-02 10:47:58 +00:00
{
"$schema": "https://json.schemastore.org/prettierrc.json",
"overrides": [
{
"files": "**/*.astro",
"options": {
"parser": "astro",
"plugins": [
"prettier-plugin-astro"
]
}
}
],
"singleQuote": false
}