Skip to content

schroedernet/commitlint-config

Repository files navigation

Schroedernet commitlint configuration

Opinionated configuration for commitlint

Usage

  1. Install @schroedernet/commitlint-config as development dependency
    • yarn add -D @schroedernet/commitlint-config
  2. Add to extends array in commitlint.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.