-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
Description
Having a pre-commit hook should be beneficial to avoid committing failing-test code
Similar to pre-commit in python,
We have husky for javascript projects - https://www.npmjs.com/package/husky
Configuration:
With the configuration in place, the pre-commit hooks are setup automatically on npm install and run on attempting a commit
No special action is required by the developers

AyanSinhaMahapatra
