Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carhartl/commitlint-config
https://github.com/carhartl/commitlint-config
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carhartl/commitlint-config
- Owner: carhartl
- License: unlicense
- Created: 2024-02-06T10:29:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:19:57.000Z (9 months ago)
- Last Synced: 2024-09-13T04:53:42.160Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commitlint-config
:point_right: https://cbea.ms/git-commit/
## Usage
```
npm i -g @well-crafted/commitlint-config
npx --yes --package="@commitlint/cli" --package="@well-crafted/commitlint-config" \
commitlint --extends "@well-crafted/commitlint-config" --edit
```Installing `@well-crafted/commitlint-config` globally is required as a workaround for as long as
https://github.com/conventional-changelog/commitlint/issues/613 isn't fixed.