commitlint-plugin-prevenger
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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$"]
    ]
  }
}

Package Sidebar

Install

npm i commitlint-plugin-prevenger

Weekly Downloads

677

Version

1.0.8

License

MIT

Unpacked Size

8.6 kB

Total Files

9

Last publish

Collaborators

  • rizqyfahmi