1.0.0 • Published 3 years ago

@diogozx-org/commitlint-config v1.0.0

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

🚀 Get Up and Running

You can install this package using either npm or yarn.

Yarn

If using Yarn:

  1. Install the package as a development dependency:
yarn add @diogozx/commitlint-config --dev

NPM

If using NPM:

  1. Install the package as a development dependency:
npm install @diogozx/commitlint-config --save-dev

Install commitizen if it's not already installed

Create a config file

  1. Create an .commitlint.config.js file in the root of your project and add the following code:
module.exports = {
  extends: ['@diogozx/commitlint-config'],
};