@andrewmcodes/commitlint-config

0.1.2 • Public • Published

@andrewmcodes/commitlint-config

npm License: MIT CI Project Status: Active – The project has reached a stable, usable state and is being actively developed. Conventional Commits

This is a shareable commitlint configuration, which includes a set of preferred styling rules that can be easily extended.

Installation

# npm
npm install --save-dev @andrewmcodes/commitlint-config
# yarn
yarn add -D @andrewmcodes/commitlint-config

Usage

Add the following to your commitlint.config.js:

// commitlint.config.js
module.exports = {
  extends: ["@coolcompany"], // => @coolcompany/commitlint-config
};

Contributing

I'd love your help refining this package. Please don't hesitate to send a pull request.

Code Style

Run yarn format before committing to ensure your changes comply with our coding style.

Commit Messages

This project uses Conventional Commits. Please make sure your commit messages follow this format.

/@andrewmcodes/commitlint-config/

    Package Sidebar

    Install

    npm i @andrewmcodes/commitlint-config

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    8.27 kB

    Total Files

    12

    Last publish

    Collaborators

    • k0d3n1nja