Personal Site
at 4ea096b330c99e4498c94bd6cccddf1df0167c82 17 lines 245 B view raw
1{ 2 "plugins": ["prettier-plugin-astro"], 3 "overrides": [ 4 { 5 "files": "*.astro", 6 "options": { 7 "parser": "astro" 8 } 9 }, 10 { 11 "files": "*.svg", 12 "options": { 13 "parser": "html" 14 } 15 } 16 ] 17}