this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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