2.1.0 • Published 5 years ago

@peakfijn/config-commitlint v2.1.0

Weekly downloads
52
License
MIT
Repository
github
Last release
5 years ago

Commitlint - Peakfijn

A sharable Commitlint configuration with Peakfijn conventions.

Installation

Install the dependency with npm.

$ npm install --save-dev @peakfijn/config-commitlint

Configuration

Update the package.json to include a commitlint property.

{
	"commitlint": {
		"extends": [
			"peakfijn"
		]
	}
}

Usage

After installing and configuring the package, you can use it by running this command.

$ npx commitlint --to HEAD

License

The MIT License (MIT). Please see License File for more information.

2.1.0

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago

0.8.3

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.0.0

6 years ago