@braineet/commitlint-config
v1.0.2
Published
Shared commitlint configuration for Braineet Frontend projects
Downloads
17
Maintainers
Readme
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"
}