stand-ts
Installation
SKILL.md
TypeScript / JavaScript Standards
Standards for TypeScript and JavaScript code.
Package Manager
- Prefer
bunovernpm - Use
bun installinstead ofnpm install - Use
bun runinstead ofnpm run - Use
bunxinstead ofnpx
Strict Mode
- Enable
strict: trueintsconfig.json - No
anyescape hatches without justification — if unavoidable, add a comment explaining why