Skip to content

Latest commit

History

History
16 lines (11 loc) 路 452 Bytes

README.md

File metadata and controls

16 lines (11 loc) 路 452 Bytes

Lint commit messages

@commitlint/cli

Getting started

npm install --save-dev @commitlint/cli @commitlint/config-angular
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js

Consult docs/cli for comprehensive documentation.