Skip to content

searchspring/commitlint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commitlint-config

For clean commits!

npm i -D @searchspring/commitlint-config

Basically just adds the "wip" label.

The full set of commit labels is:

[
    "build", 
    "ci", 
    "chore", 
    "docs", 
    "feat", 
    "fix", 
    "merge", 
    "perf", 
    "refactor", 
    "revert", 
    "style", 
    "test", 
    "wip"
]

Check out commitlint info here: https://github.com/conventional-changelog/commitlint

Packages

No packages published

Languages

  • JavaScript 100.0%