The Trans Directory
0
fork

Configure Feed

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

Add prettier config

+6
+6
.prettierrc
··· 1 + { 2 + "printWidth": 100, 3 + "quoteProps": "as-needed", 4 + "trailingComma": "all", 5 + "tabWidth": 2 6 + }