@alanscodelog/commitlint-config

3.0.1 • Public • Published

Release

My preferred commitlint config.

It matches the @commitlint/config-conventional config pretty closely, except the types are extracted straight from my semantic release config @alanscodelog/semantic-release-config (which should be installed as a peer dependency) and the max header length is set to 100 (and that is only set to warn).

Install

yarn add -D @alanscodelog/commitlint-config @alanscodelog/semantic-release-config
// package.json
{
	"commitlint": { "extends": [ "@alanscodelog/commitlint-config" ] },
	// OR
	"commitlint": { "extends": [ "@alanscodelog" ] },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @alanscodelog/commitlint-config

Weekly Downloads

22

Version

3.0.1

License

MIT

Unpacked Size

3.4 kB

Total Files

3

Last publish

Collaborators

  • alanscodelog