@rajzik/conventional-changelog-lint-config-beemo

1.0.5 • Public • Published

@rajzik/conventional-changelog-lint-config-beemo

Config for beemo preset.

Getting started

# Install commitlint cli and conventional config
npm install --save-dev @commitlint/cli @rajzik/conventional-changelog-lint-config-beemo
# For Windows:
npm install --save-dev @rajzik/conventional-changelog-lint-config-beemo @commitlint/cli

# Configure commitlint to use conventional config
echo "module.exports = {extends: ['@rajzik/conventional-changelog-lint-config-beemo']}" > commitlint.config.js

To lint commits before they are created you can use Husky's 'commit-msg' hook:

{
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}

Further instructions

commitlint

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @rajzik/conventional-changelog-lint-config-beemo

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    10.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • silhan.jan