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 experimental prettier

Mary 285f0998 81043f05

+1 -1
+1 -1
package.json
··· 9 9 "pull:lexcom": "node ./scripts/pull-lexcom-lexicons.js", 10 10 "pull:tangled": "node ./scripts/pull-tangled-lexicons.js", 11 11 "pull:whtwnd": "node ./scripts/pull-whtwnd-lexicons.js", 12 - "fmt": "prettier --cache --write ." 12 + "fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ." 13 13 }, 14 14 "devDependencies": { 15 15 "@changesets/cli": "^2.29.5",