Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

at ea6c3b91b30f4b431e7de2e90734695540d833ea 8 lines 148 B view raw
1{ 2 "plugins": ["prettier-plugin-astro"], 3 "semi": false, 4 "singleQuote": true, 5 "trailingComma": "none", 6 "printWidth": 120, 7 "tabWidth": 2 8}