1.0.2 • Published 4 years ago

@hintwall/commitlint-config v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

@hintwall/commitlint-config

Shareable commitlint config

npm version badge npm license badge semantic-release badge

Usage

Install package:

$ npm install --save-dev @commitlint/cli @hintwall/commitlint-config

Extend your config file:

// commitlint.config.js
module.exports = {
  extends: ['@hintwall/commitlint-config'],
}

License

See LICENSE file for details.