Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 458 Bytes

File metadata and controls

22 lines (15 loc) · 458 Bytes

@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.