The Trans Directory
0
fork

Configure Feed

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

Use semi: false for prettier config

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