@side/commitlint-config

1.0.2 • Public • Published

@side/commitlint-config

A base Commitlint configuration which provides defaults for linting all commit messages at Side.

Installation

Install this package, and ensure you have installed its peer dependencies.

yarn info @side/commitlint-config peerDependencies

yarn add -D @side/commitlint-config

Usage

Once all peer dependencies have been added to your project, extend this configuration in your project's commitlint.config.js.

.eslintrc.js

module.exports = {
  extends: ['@side/commitlint-config'],
};

For more information on configuring Commitlint, please refer to their documentation

Dependents (0)

Package Sidebar

Install

npm i @side/commitlint-config

Weekly Downloads

247

Version

1.0.2

License

UNLICENSED

Unpacked Size

1.68 kB

Total Files

3

Last publish

Collaborators

  • reside-eng