Skip to content

rizqyfahmi/commitlint-plugin-prevenger

Repository files navigation

Introduction

npm version npm downloads License codecov CI Commitizen friendly semantic-release

Make your git commit message much more elegant

Installation

npm i @commitlint/cli @commitlint/config-conventional commitlint-plugin-prevenger --save-dev

Usage

module.exports = {
  plugins: ["commitlint-plugin-prevenger"],
  rules: {
    "commitlint-plugin-prevenger/scope-pattern": [
      2,
      "always",
      ["^core$"]
    ]
  }
}

About

A commitlint plugin that is containing some rules to control your git commit message

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •