1.1.17 • Published 4 years ago

@journal-invest/commitlint-conventional-changelog v1.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@journal-invest/commitlint-conventional-changelog

Shareable commitlint config enforcing convention commits.

Usage

npm i -D husky @commitlint/cli @journal-invest/commitlint-conventional-changelog

package.json

  ...
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
	},
	...
  },
  "commitlint": {
    "extends": [
      "@journal-invest/commitlint-conventional-changelog"
    ]
  },
  ...

License

MIT License