This repository has no description
0

Configure Feed

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

semble / .prettierrc
158 B 9 lines
1{ 2 "singleQuote": true, 3 "trailingComma": "all", 4 "tabWidth": 2, 5 "semi": true, 6 "printWidth": 80, 7 "bracketSpacing": true, 8 "arrowParens": "always" 9}