1.0.4 • Published 3 years ago

jamyth-commitlint v1.0.4

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

Jamyth-CommitLint

A preset config of commitlint for Git commit message limitation.

Designed for internal projects

Installation

yarn add -D husky commitlint jamyth-commitlint
or
npm i -D husky commitlint jamyth-commitlint

Then edit your package.json

{
    "dependencies": {},
    "husky": {
        "commit-msg": "commitlint --env HUSKY_GIT_PARAMS --config ./node_modules/jamyth-commitlint/dist/config.js"
    }
}

Writing Your Own Config or Extends

// your-commitlint.config.js
const config = require('jamyth-commitlint');

module.exports = {
    ...config,
    // your configs
}
1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago