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 be64d77cd1557596b8f71b4db8e02bddae6be6c3 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}