a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

chore: use template literals for user-facing strings

Mary dcca9fd6 b2f65299

+1
+1
CLAUDE.md
··· 30 30 - prefer arrow functions 31 31 - use braces for control statements, even single-line bodies 32 32 - use bare blocks `{ }` to group related code and limit variable scope 33 + - use template literals for user-facing strings and error messages 33 34 34 35 ### documentation 35 36