Wrdn Typescript Type Safety

Remove TypeScript escape hatches. Use when lint flags @ts-nocheck or similar broad type bypasses.

usefulsoftwareco 452cecc 497 B Updated

File contents

Fix the type boundary instead of disabling TypeScript.

Fix Shape

  • Remove @ts-nocheck.
  • Narrow the failing expression, add a schema/guard at an unknown boundary, or improve the local type.
  • If a cast is unavoidable, keep it narrow and document the invariant at the cast site.
  • Do not silence an entire file for a localized mismatch.

usefulsoftwareco/executor/tree/main/.agents/skills/wrdn-typescript-type-safety commit 452ceccc7f

Frequently asked questions

npx skillmds@latest add usefulsoftwareco/wrdn-typescript-type-safety