16 lines
270 B
JSON
16 lines
270 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/prettierrc.json",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "**/*.astro",
|
||
|
"options": {
|
||
|
"parser": "astro",
|
||
|
"plugins": [
|
||
|
"prettier-plugin-astro"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"singleQuote": false
|
||
|
}
|