3.2.103 • Published 1 year ago
@rocklab/commitlint-config v3.2.103
Rocklab Commit Style Guide
Commit rules for JavaScript projects
Commitlint shareable configs
Requirements
Install commitlint
and husky
npm install --save-dev @commitlint/cli
npm install husky --save-dev
npx husky install
Installation
npm install --save-dev @rocklab/commitlint-config
npx husky add .husky/commit-msg 'npx --no -- commitlint --edit $1'
Usage
commitlint.config.js
// commitlint.config.js
module.exports = {
extends: ['@rocklab'],
};
3.2.103
1 year ago
3.2.93
1 year ago
3.2.97
1 year ago
3.2.90
2 years ago
3.2.78
2 years ago
3.2.73
2 years ago
3.2.86
2 years ago
3.2.30
2 years ago
3.2.16
3 years ago
3.2.18
3 years ago
3.2.15
3 years ago
3.2.12
3 years ago
3.2.6
3 years ago
3.2.5
3 years ago
3.2.4
3 years ago
3.2.3
3 years ago
3.2.1
3 years ago
3.2.0
3 years ago
3.1.0
4 years ago