mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
11 lines
182 B
Text
11 lines
182 B
Text
{
|
|
"plugins": ["prettier-plugin-astro", "prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.astro",
|
|
"options": {
|
|
"parser": "astro"
|
|
}
|
|
}
|
|
]
|
|
}
|