Skip to content

Commit c6a9a8f

Browse files
committed
feat: modularize TS configuration and replace betterer with strict project-based tsc checks
1 parent 388faec commit c6a9a8f

8 files changed

Lines changed: 26 additions & 816 deletions

File tree

.betterer.results

Lines changed: 0 additions & 8 deletions
This file was deleted.

.betterer.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

AGENTS.md

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

0 commit comments

Comments
 (0)