13 lines
141 B
Text
13 lines
141 B
Text
{
|
|
"plugins": [
|
|
"prettier-plugin-astro"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|