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