Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIdea: add some explanation about adding the pre-commit hook in a project #1084
Comments
This comment has been minimized.
This comment has been minimized.
|
You could also just do:
which is even simpler. If you want to update the docs to mention |
feross
closed this
May 15, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Aug 13, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PestoP commentedMar 1, 2018
I think it could be cool to tell developers how to use the pre-commit hook.
I don't know if it's the right way but I used Husky :
And I put the code in the standard.sh file.
What do you think about that ?