@schroedernet/commitlint-config
v1.4.0
Published
Opinionated configuration for commitlint
Downloads
6
Readme
Schroedernet commitlint configuration
Opinionated configuration for commitlint
Usage
- Install
@schroedernet/commitlint-config
as development dependencyyarn add -D @schroedernet/commitlint-config
- Add to
extends
array incommitlint.config.js
{extends: ['@schroedernet/commitlint-config']}
Overview
This configuration is very similar to
@commitlint/config-conventional
,
with the following exceptions:
- Subject must be sentence-case
- Scope is required
License
This repository is licensed under the same terms as commitlint itself, the MIT license.