0.2.1 • Published 6 months ago

@xip-online-applications/commitlint-config v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Commitlint config

Company-wide Commitlint config for using conventional commits, plus other commit lint rules we want to enforce.

Usage

Install

npm i -D husky @xip-online-applications/commitlint-config

Add Husky install

Add husky install to your prepare script in package.json so that husky is installed when you run npm/yarn/pnpm install.

"scripts": {
  "prepare": "husky install",
  // ...
}

Add Commit hook with Husky

npx husky add .husky/commit-msg  'npx --no -- commitlint --edit ${1}'
0.2.1

6 months ago

0.2.0

7 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago