@diogozx-org/commitlint-config
v1.0.0
Published
An CommitLint config standard for my projects
Maintainers
Readme
🚀 Get Up and Running
You can install this package using either npm or yarn.
Yarn
If using Yarn:
- Install the package as a development dependency:
yarn add @diogozx/commitlint-config --devNPM
If using NPM:
- Install the package as a development dependency:
npm install @diogozx/commitlint-config --save-devInstall commitizen if it's not already installed
- https://commitizen-tools.github.io/commitizen/
Create a config file
- Create an
.commitlint.config.jsfile in the root of your project and add the following code:
module.exports = {
extends: ['@diogozx/commitlint-config'],
};