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: enable type-aware linting

Mary debc9dfe a4d4a46f

+3 -2
+3 -2
package.json
··· 3 3 "type": "module", 4 4 "scripts": { 5 5 "fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write .", 6 - "lint": "oxlint" 6 + "lint": "oxlint --type-aware" 7 7 }, 8 8 "devDependencies": { 9 9 "@changesets/cli": "^2.29.8", 10 10 "@mary/tar": "jsr:^0.3.1", 11 11 "@mitata/counters": "^0.0.8", 12 12 "@prettier/plugin-oxc": "^0.1.3", 13 - "@typescript/native-preview": "7.0.0-dev.20260102.1", 13 + "@typescript/native-preview": "7.0.0-dev.20260119.1", 14 14 "mitata": "^1.0.34", 15 15 "oxlint": "^1.36.0", 16 + "oxlint-tsgolint": "^0.11.1", 16 17 "pkg-size-report": "workspace:^", 17 18 "prettier": "^3.7.4", 18 19 "typescript": "~5.9.3"