1.0.2 • Published 1 year ago

@arphi/commitlint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@arphi/commitlint-config

My shareable commitlint configuration.

Install

npm install --save-dev @arphi/commitlint-config

Usage

In your commitlint configuration file (e.g. commitlint.config.js), add the following:

/** @type {import('commitlint').Config} */
export default {
  extends: ["@arphi"],
};

Consider reading Conventional Commits if you choose to use this package.

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago