Skip to content

JonasSchubert/commitlint-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Jonas Schubert