1.0.5 • Published 2 years ago

@braineet/lint-staged-config v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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"
}
1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago