0.1.0 • Published 1 year ago

@rviso/commitlint-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

RViso Commitlint Config

This package provides RViso's commitlint configuration as an extendable shared config.

Installation

npm install --save-dev @rviso/commitlint-config

Usage

Add the following to your commitlint.config.js:

module.exports = {
  extends: ["@rviso/commitlint-config"],
};
0.1.0

1 year ago