1.0.1 • Published 7 months ago

@schuijers/commitlint-config v1.0.1

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

@schuijers/commitlint-config GitHub Build Status npm MIT License

Commitlint rules for my personal projects.

Installation

# npm
npm install --save-dev @schuijers/commitlint-config

# yarn
yarn add --dev @schuijers/commitlint-config

# pnpm
pnpm add --save-dev @schuijers/commitlint-config

This library has a required peerDependencies listing for @commitlint/cli.

Usage

Reference @schuijers/commitlint-config in your commitlint.config.js.

/** @type {import("@commitlint/types").UserConfig} */
const config = {
  extends: ['@commitlint/config-conventional'],
  rules: {
    // your overrides
  },
}

export default config

Or, you can use it in other ways as described in the official documentation.

License

MIT © Martijn Schuijers

1.0.1

7 months ago

1.0.0

7 months ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago