Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

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

at main 13 lines 257 B view raw
1{ 2 "singleQuote": true, 3 "plugins": ["@ianvs/prettier-plugin-sort-imports"], 4 "importOrder": [ 5 "<BUILTIN_MODULES>", 6 "<THIRD_PARTY_MODULES>", 7 "", 8 "(.*)components/(.*)$", 9 "", 10 "^[./]" 11 ], 12 "importOrderTypeScriptVersion": "4.9.0" 13}