2.0.1 • Published 7 months ago

commitlint-presets v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

commitlint-presets

šŸ”§ Commitlint presets.

This is not in any way connected or related to the official conventional-changelog group and only maintained by me and optimized for my usage with Gitlab.

Usage

Register the package in your package.json as followed:

  ...

  "dependencies": {
    "commitlint-presets": "{VERSION}",
    ...

Usage

Update your commitlint config, e.g. commitlint.config.js:

module.exports = {
  extends: [
    './node_modules/commitlint-presets/index.js'
  ]
};

Support

Jonas Schubert
2.0.1

7 months ago

2.0.0

7 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago