0.10.4 • Published 10 months ago

@nice-move/commitlint-config v0.10.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 months 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.4

10 months ago

0.10.3

10 months ago

0.10.2

11 months ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.1

1 year ago

0.9.0

2 years ago

0.7.6

2 years ago

0.7.7

2 years ago

0.8.0

2 years ago

0.7.5

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.4

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.0

5 years ago