1.0.5 • Published 3 years ago

@rajzik/conventional-changelog-lint-config-beemo v1.0.5

Weekly downloads
38
License
MIT
Repository
github
Last release
3 years ago

@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

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago