1.0.7 • Published 3 years ago

@devpulsion/commitlint-config v1.0.7

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

@devpulsion/commitlint-config

Commitlint configuration

Usage

Install @commitlint/cli and the current config in your js project:

yarn add @commitlint/cli @devpulsion/commitlint-config

Then if using husky, add the commitlint.config.js file in your project root with

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

After that, you can create a .huskyrc file or add to your package.json the following code:

{
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}

More info

Please refer to commitlint doc

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago