This will be a quick setup guide to help you enforce conventional commits using commitlint and Husky. Without further ado, here are the steps to get it right: # Step 1. Install commitlint dependency
npm install --save-dev @commitlint/cli # Step 2. Install conventional commit config
npm install --save-dev @commitlint/config-conventional #…