A zero-dependency AT Protocol Personal Data Server written in JavaScript
atproto pds
at main 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}