A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
0
fork

Configure Feed

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

ignore claude.md

+10 -3
+10 -3
deno.json
··· 43 43 "indentWidth": 2, 44 44 "semiColons": true, 45 45 "singleQuote": false, 46 - "proseWrap": "preserve" 46 + "proseWrap": "preserve", 47 + "files": { 48 + "exclude": [ 49 + ".claude/CLAUDE.md" 50 + ] 51 + } 47 52 }, 48 53 "lint": { 49 54 "rules": { 50 - "tags": ["recommended"] 55 + "tags": [ 56 + "recommended" 57 + ] 51 58 }, 52 59 "exclude": [ 53 60 "coverage/", ··· 62 69 "exactOptionalPropertyTypes": true, 63 70 "noImplicitOverride": false 64 71 } 65 - } 72 + }