- React
- TypeScript
- Vite
- Husky
- Commitlint
- Lint-staged
- Commitzen
- Eslint
- Prettier
- Vitest
- React Testing Library
yarnWith that, the dependencies will be installed, and the husky will have prepared its scripts, if the husky is not working, run this:
yarn prepareyarn commitWith that, the whole process will execute in order, the commit, the steps to check the eslint and the tests, and finally, if everything passes, it will return a success message and just need to use the:
git pushNote: You can use this same configuration in your project, if you try to commit to my repository, I think it will return an error.
