mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-28 03:40:31 -05:00
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|