JSPM

  • Created
  • Published
  • Downloads 4566594
  • Score
    100M100P100Q202967F
  • License MIT

Lint your commit messages

Package Exports

  • @commitlint/cli/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@commitlint/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.