Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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