1.1.14 • Published 7 months ago

@newlevelup/commitlint-config v1.1.14

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

commitlint-config Package version NPM version Github Package version

New Level Up shareable config for commitlint

Installation

💡 The purpose of the commitlint is to lint commit messages such that it conforms to the conventional commit format such that it is machine readable. ex. <type>[optional scope]: <description>

Install @newlevelup/commitlint-config:

yarn add -D @commitlint/cli @newlevelup/commitlint-config

Husky

@newlevelup/commitlint-config should be used in conjunction with Husky. See the Husky installation guide for more details.

Usage

New Level Up commitlint rules come bundled in @newlevelup/commitlint-config. To enable these rules, add a commitlint property in your package.json. See the commitlint configuration docs for more details.

"commitlint": {
  "extends": ["@newlevelup"]
}

Now you can run commitlint by adding the following scripts to your package.json.

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

10 months ago

1.1.14

7 months ago

1.1.13

9 months ago

1.1.11

11 months ago

1.1.9

1 year ago

1.1.10

11 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago