diff --git a/.prettierrc.json b/.prettierrc.json index 323a3f9..959c410 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,13 @@ { "singleQuote": true, "trailingComma": "none", - "plugins": ["prettier-plugin-astro"] + "plugins": ["prettier-plugin-astro"], + "overrides": [ + { + "files": "*.astro", + "options": { + "parser": "astro" + } + } + ] }