ts-only
TypeScript-only projects, zero JS allowed
- 🔹 Detects JavaScript files in your repo and blocks them
- 🔹 Enforces TypeScript-only codebase for better DX
- 🔹 Integrates with CI/CD and pre-commit hooks
- 🔹 Fast and easy to use, no config needed
Quick usage:
npx ts-only
Install locally:
yarn add --dev ts-only
- Run
yarn lint, yarn tscheck, yarn test and yarn build before every commit
- Works out of the box with Jest, ESLint, Prettier, and Husky