Prevent code from gradually degrading in quality.
You can bypass the hook using git commit --no-verify
Current checks:
- [WHITESPACE]
- [ESLINT]
- [SPELLING]
- [GIT_COMMIT_MESSAGE]
โถ brew install aspell
โถ npm install -g eslint eslint-config-airbnb eslint-plugin-react
[WHITESPACE] --> ๐ LGTM <-- "Looks Good To Me"
[ESLINT] --> ๐ LGTM
[GIT_COMMIT_MESSAGE] --> ๐ซ Malformed git commit message. Re-edit? [y/n]
...