@tkhiking/commitlint-config

0.1.10 • Public • Published

commitlint-config

npm version

Installation

With npm:

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

With yarn:

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

Usage

Edit package.json:

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

Or commitlint.config.js:

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

License

Copyright (c) 2020 tkhiking. All rights reserved.

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

Readme

Keywords

none

Package Sidebar

Install

npm i @tkhiking/commitlint-config

Weekly Downloads

39

Version

0.1.10

License

MIT

Unpacked Size

3.29 kB

Total Files

5

Last publish

Collaborators

  • tkhiking