commitizen / commitizen/cz-cli
Use config/types from @commitlint/config-angular
Open
- 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
Assessment
This issue has not been assessed yet.