A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork

Configure Feed

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

at cfcc62bef2db83ec509a3436859f447df39b0f47 13 lines 278 B view raw
1{ 2 "plugins": ["@trivago/prettier-plugin-sort-imports"], 3 "importOrder": [ 4 "^node:", 5 "<THIRD_PARTY_MODULES>", 6 "^@atproto/(.*)$", 7 "^@skyware/(.*)$", 8 "^@clavata/(.*)$", 9 "^[./]" 10 ], 11 "importOrderSeparation": false, 12 "importOrderSortSpecifiers": true 13}