0.10.1 • Published 25 days ago

@nice-move/commitlint-config v0.10.1

Weekly downloads
2
License
MIT
Repository
github
Last release
25 days ago

@nice-move/commitlint-config

A commitlint config created by personal preferences.

npm github node

Installation

npm install commitlint @nice-move/commitlint-config --save-dev

Usage

// example: package.json
{
  "commitlint": {
    "extends": "@nice-move/commitlint-config"
  }
}
echo "foo" | commitlint

Using by git hooks

#!/bin/sh

npx --no-install commitlint -e

# save this to: .githooks/commit-msg
git config core.hooksPath .githooks
git commit -m "foo"

Tips

This config includes @commitlint/config-conventional, but case checking is disabled.

0.10.1

25 days ago

0.10.0

2 months ago

0.9.1

2 months ago

0.9.0

5 months ago

0.7.6

10 months ago

0.7.7

6 months ago

0.8.0

6 months ago

0.7.5

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.2

1 year ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago