Skip to content

bonzaico/commitlint-config-bonzai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commitlint-config-bonzai

Shareable commitlint config used at Bonzai. Use with @commitlint/cli and @commitlint/prompt-cli.

Getting started

Install the package

npm install --save-dev commitlint-config-bonzai @commitlint/cli

Create a file commitlint.config.js and set it's contents as

module.exports = {
    extends: ["commitlint-config-bonzai"],
    "scope-enum": [
        1,
        "always",
        ["all", "dev"]
    ]
};

This configuration only specifies the message format but does not define the allowed scopes, because they will vary with project.

Releases

No releases published

Packages

No packages published