0.1.17 • Published 3 years ago

@twihike/commitlint-config v0.1.17

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.