Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .betterer.results

This file was deleted.

8 changes: 0 additions & 8 deletions .betterer.ts

This file was deleted.

2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The bidirectional v0.3 ↔ v1.0 translators in `./translate/` are intentionally
| :--- | :--- |
| `npm run build` | Builds the SDK using `tsup` into `dist/`. |
| `npm test` | Runs unit tests using `vitest`. |
| `npm run lint` | Runs all linting checks and applies automatic fixes (ESLint + Prettier + betterer). |
| `npm run lint` | Runs all linting checks and applies automatic fixes (`tsc --noEmit` + ESLint + Prettier). |
| `npm run lint:ci` | Runs all linting checks without applying fixes. Fails if any issues are found. |
| `npm run format:readme` | Formats the README file. |

Expand Down
Loading
Loading