JSPM

cz-adapter-eslint

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 265
  • Score
    100M100P100Q81516F
  • License ISC

A commitizen adapter for the conventional-changelog eslint preset.

Package Exports

  • cz-adapter-eslint

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cz-adapter-eslint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.