@twihike/commitlint-config

0.1.17 • Public • Published

commitlint-config

npm version

Installation

With npm:

npm install --save-dev @commitlint/cli @twihike/commitlint-config

With yarn:

yarn add --dev @commitlint/cli @twihike/commitlint-config

Usage

Edit package.json:

{
  "name": "your-cool-library",
  "version": "0.1.0",
  "commitlint": {
    "extends": [
      "@twihike"
    ]
  }
}

Or commitlint.config.js:

module.exports = {
  extends: ['@twihike'],
};

License

Copyright (c) 2020 twihike. All rights reserved.

This project is licensed under the terms of the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @twihike/commitlint-config

Weekly Downloads

0

Version

0.1.17

License

MIT

Unpacked Size

2.54 kB

Total Files

4

Last publish

Collaborators

  • twihike