GIT COMMIT-MSG hook for validating commit message.
npm install commit-msg-validate- [StoryNumber / Type] commit purpose
``shell`
yarn add -D commit-msg-validate
This validate need to be used with Husky .
Add this config to package.json
```
"scripts": {
"commitmsg": "commit-msg-validate",
....
}