1.1.0 • Published 4 years ago

@droplt/commitlint-config v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Commitlint shareable config for droplt.

Install

$ yarn add @commitlint/cli @droplt/commitlint-config -D

Configuration

This shareable configuration extends the conventional commit configuration:

See documentation for required installation and configuration steps.

Usage

The shareable config can be configured via the commitlint configuration file:

  • A .commitlintrc file, written in JS or YML, with optional extensions: .js/.yml
  • A commitlint.config.js file that exports an object
  • A commitlint key in the project's package.json file
// .commitlintrc.js
module.exports = {
  extends: '@droplt'
}
// package.json
{
  ...
  "commitlint": {
    "extends": "@droplt"
  }
}
2.0.0

4 years ago

1.2.0

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.2.1

4 years ago

1.0.2

4 years ago

1.0.3-alpha.0

4 years ago

1.0.3-alpha.1

4 years ago

1.0.1

4 years ago

1.1.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago