0.10.0 • Published 17 days ago

@pega/commitlint-config v0.10.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
17 days ago

@pega/commitlint-config

Pegasystems front-end Commitlint configuration.

Installation

Install Commitlint, the Pega config, and the Pega plugin.

npm i -D commitlint @pega/commitlint-config @pega/commitlint-plugin

Setting up your config

Extend from the Pega configuration in your Commitlint configuration file.

module.exports = {
  extends: ['@pega/tsconfig/index.json']
};

Running Commitlint

Run Commitlint to check, for example, all commits ahead of main.

npx commitlint --from main

Git hook

It is recommend to run Commitlint as a commit-msg hook. This can be configured with husky for example.

{
  "hooks": {
    "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
  }
}
0.10.0

17 days ago

0.9.0

22 days ago

0.9.1

22 days ago

0.8.0

1 month ago

0.7.2

3 months ago

0.7.1

8 months ago

0.7.0

8 months ago

0.5.4

11 months ago

0.5.3

1 year ago

0.5.2

1 year ago

0.6.0

11 months ago

0.5.0

1 year ago

0.5.1

1 year ago

0.4.0

1 year ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago