2.0.0 • Published 4 years ago

commitlint-config-git-workflow v2.0.0

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

commitlint-config-git-workflow

A commitlint configuration to use with git workflow: https://github.com/markusfalk/git-workflow

Prerequisites

Setup commitlint

Installation

Install the git-workflow rules via npm:

npm i commitlint-config-git-workflow --save-dev

Extend your rules with the new rules:

{
  "extends": [
    "git-workflow"
  ]
}