this repo has no description
0
fork

Configure Feed

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

at main 12 lines 293 B view raw
1{ 2 "trailingComma": "all", 3 "tabWidth": 2, 4 "semi": true, 5 "singleQuote": true, 6 "printWidth": 120, 7 "experimentalTernaries": true, 8 "plugins": ["@trivago/prettier-plugin-sort-imports"], 9 "importOrder": ["^[./]"], 10 "importOrderSeparation": true, 11 "importOrderSortSpecifiers": true 12}