commitizen / commitizen/cz-cli

Use config/types from @commitlint/config-angular

Open
#691 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.5k
Forks
566
Avg merge
8h 16m
Merged PRs (30d)
1

Description

Is it possible to use the same config as used/setup with commitlint?

We are using commitlint to check the messages with the (new) [@commitlint/config-angular(https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-angular)

Is it possible to use the same config for `commitizen`?
e.g.
```
"config": {
"commitizen": {
"path": " "@commitlint/config-conventional""
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
```
Or is this only possible with a custom config?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.