Oxlint Typescript Conventions

WHAT: Write TypeScript under `lib/node/`, `tests/`, and `config/pi/` that passes the repo's strict `oxlint --type-aware` configuration on the first try, so the husky pre-commit hook does not reject the commit. WHEN: User asks to add or edit a `.ts` / `.spec.ts` file anywhere outside `config/pi/extensions/` (the extensions tree has a relaxed override). DO-NOT: Bypass the rules with `// oxlint-disable` instead of fixing the code.

weikinhuang Updated

File contents

weikinhuang/dotfiles/tree/main/.agents/skills/oxlint-typescript-conventions commit 623c807f76

Frequently asked questions

npx skillmds@latest add weikinhuang/oxlint-typescript-conventions