A minimal AT Protocol Personal Data Server written in JavaScript.
atproto pds
46
fork

Configure Feed

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

at 37c9b6e015e8c9a776f9a819e42dbd5b649cbf8f 24 lines 410 B view raw
1{ 2 "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", 3 "vcs": { 4 "enabled": true, 5 "clientKind": "git", 6 "useIgnoreFile": true 7 }, 8 "formatter": { 9 "enabled": true, 10 "indentStyle": "space", 11 "indentWidth": 2 12 }, 13 "linter": { 14 "enabled": true, 15 "rules": { 16 "recommended": true 17 } 18 }, 19 "javascript": { 20 "formatter": { 21 "quoteStyle": "single" 22 } 23 } 24}