1{ 2 "plugins": ["prettier-plugin-astro"], 3 "overrides": [ 4 { 5 "files": "*.astro", 6 "options": { 7 "parser": "astro" 8 } 9 } 10 ] 11}