0.2.0 • Published 3 years ago

@rodgeraraujo/commitlint-config v0.2.0

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

commitlint-config

npm version

Installation

With npm:

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

With yarn:

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

Usage

Edit package.json:

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

Or using in commitlint.config.js:

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

License

Copyright (c) 2021 rodgeraraujo. All rights reserved.

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

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago