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: explain the use of bare blocks to group sections of code

Mary 541549a8 18afebbd

+2 -1
+2 -1
CLAUDE.md
··· 28 28 - use tabs for indentation, spaces allowed for diagrams in comments 29 29 - use single quotes and add trailing commas 30 30 - prefer arrow functions 31 - - write blocks for control statements 31 + - use braces for control statements, even single-line bodies 32 + - use bare blocks `{ }` to group related code and limit variable scope 32 33 33 34 ### documentation 34 35