mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
12 lines
158 B
Plaintext
Executable File
12 lines
158 B
Plaintext
Executable File
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.astro"],
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|