-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Milestone
Description
Integrate Husky, the tool that make Git hooks easy and can prevent bad Git commits, pushes and more 🐶 woof!
Configuration
The configuration file .huskyrc.js will be placed in the project root and includes the command to run for any supported Git hook. It will at least contain configs for the following hooks:
pre-commit- Run lint-staged (lint-staged #44) before each commit (vialint-stagedcommand) to ensure all staged files are compliant to all style guides.
Tasks
- Install husky package.
- Implement
.huskyrc.jsconfiguration file.
