- PNPM
- TypeScript
- ESLint
- Prettier
- Commitlint with Husky
- Visual Studio Code / Vim ready
- CI configurations
- CodeRabbit
- Dependabot
- GitHub Actions
- Node.js
- Hydrogen LTS (
^18.20.4
) - Iron LTS (
^20.10
) >=22
- Hydrogen LTS (
corepack enable
pnpm install
pnpm run lint
pnpm run lint:fix # Lint and auto-fix
pnpm run test
Currently, the command works as an alias for the pnpm run lint
command.
pnpm run clean
Welcome to contribute to this repository! For more details, please refer to CONTRIBUTING.md.
Introduce commit message validation at commit time. The โConventional Commitsโ rule is applied to discourage committing messages that violate conventions.
MIT