1.0.2 • Published 3 years ago

@braineet/commitlint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Braineet - Frontend Tools - Commitlint configuration

Shared Commitlint configuration for Braineet Frontend projects.

Table of contents

How to install

Run the following command to install the required dependencies:

$ <yarn|npm|pnpm> add -D @braineet/commitlint-config @commitlint/cli cz-git

Update your commitlint config file

const braineetCommitLintConfig = require('@braineet/commitlint-config');
module.exports = braineetCommitLintConfig;

Create .czrc

{
    "path": "node_modules/cz-git"
}