Commitlint installation

Report a typo

Sort the list to arrange the installation steps for Commitlint in the correct order.

Put the items in the correct order
npm install @commitlint/cli @commitlint/config-conventional
creating the commitlint.config.js file with extensions
npx husky install
npm install husky
npx husky add .husky/commit-msg "npx --no -- commitlint --edit $1"
___

Create a free account to access the full topic