Skip to content

stormwarning/cz-adapter-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-adapter-eslint

npm version npm downloads

A commitizen adapter for the conventional-changelog eslint preset.

Installation

Global

npm install --global cz-adapter-eslint

# Set as the default adapter.
echo '{ "path": "cz-adapter-eslint" }' > ~/.czrc

Local

npm install --save-dev cz-adapter-eslint
"config": {
    "commitizen": {
        "path": "./node_modules/cz-adapter-eslint"
    }
}

Usage

Once installed, stage your changes and run

git cz

instead of git commit.

About

🔌 A commitizen adapter for the conventional-changelog eslint preset.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published