2.1.4 • Published 9 months ago

@davidwarrington/commitlint-config v2.1.4

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

@davidwarrington/commitlint-config

Installation

Install with a package manager such as pnpm, yarn or npm.

pnpm add --save-dev @commitlint/cli @davidwarrington/commitlint-config
# or with yarn
yarn add --dev @commitlint/cli @davidwarrington/commitlint-config
# or with npm
npm install --save-dev @commitlint/cli @davidwarrington/commitlint-config

Then create your commitlint config.

// commitlint.config.ts

export default {
  extends: ['@davidwarrington'],
};

Note

This package is only intended for personal use and currently is exactly the same as @commitlint/config-conventional. As such I'd encourage you to use that instead.

2.1.4

9 months ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.1.0

3 years ago

1.0.0

4 years ago