Marketplace
Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
High
2 rules
Official
Use TypeScript for all new projects
javascript
TypeScript, not JS. Enable `strict: true`, `noImplicitAny`, `strictNullChecks`.
High
in 8 rulesets
Official
Use Zod for TypeScript validation
typescript
Zod schemas for runtime validation. Infer types from schemas. Composable. Works with React Hook Form.
High
in 8 rulesets