You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
lib | 2 years ago | |
README.md | 2 years ago | |
cli.js | 2 years ago | |
index.js | 2 years ago | |
license.md | 2 years ago | |
package.json | 2 years ago |
README.md
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.