Lint your commit messages and enforce conventional commit standards
Lint your commit messages
commitlint$ commitlint --message 'feat: add new feature'$ commitlint --from HEAD~1 --to HEAD$ echo 'commitlint --edit $1' > .git/hooks/commit-msg && chmod +x .git/hooks/commit-msg