Add pre commit hook to your git project
Develop software can easily lead to darkest path if we dont follow stricly coding convention every day. So before we commit our code we should run code standard checking to make sure our code is always in good shape. Today I will show you guys how to set up precommit hook without pain using husky… Read More Add pre commit hook to your git project