3.0.4 • Published 8 months ago

@alanscodelog/commitlint-config v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Release NPM Version (with latest tag)

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

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

8 months ago

3.0.3

8 months ago

3.0.2

8 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago