12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
|
|
{
|
||
|
|
"plugins": ["prettier-plugin-astro"],
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": ["*.astro"],
|
||
|
|
"options": {
|
||
|
|
"parser": "astro"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|