You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mechanical autofixes from `pnpm exec oxlint -c .config/oxlintrc.json
--fix` plus targeted typecheck repairs:
* Canonical scripts/check-paths.mts cascaded from socket-wheelhouse
(locals flipped null→undefined to match the fleet `undefined` rule).
* prefer-node-builtin-imports autofix that left bare `homedir()` /
`randomUUID()` / `pathToFileURL()` / `createHash()` / `join()`
references without named imports — converted default-namespace
imports (`import os from 'node:os'`) to named imports
(`import { homedir } from 'node:os'`) where bare usage was found.
* Removed unused default imports the autofix left behind.
All 12 fleet repos now report `tsgo --noEmit` = 0 errors.
0 commit comments