3.2.103 • Published 5 days ago

@rocklab/commitlint-config v3.2.103

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

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

5 days ago

3.2.93

3 months ago

3.2.97

3 months ago

3.2.90

4 months ago

3.2.78

9 months ago

3.2.73

10 months ago

3.2.86

5 months ago

3.2.30

1 year ago

3.2.16

2 years ago

3.2.18

2 years ago

3.2.15

2 years ago

3.2.12

2 years ago

3.2.6

2 years ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.3

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago