@diogozx-org/commitlint-config

An CommitLint config standard for my projects

Usage no npm install needed!

<script type="module">
  import diogozxOrgCommitlintConfig from 'https://cdn.skypack.dev/@diogozx-org/commitlint-config';
</script>

README

commitlint-config

An CommitLint config standard for my projects

This is a CommitLint config that you can use in your projects.

commitlint-config-pixelmatters is released under the MIT license. Current npm package version.

🚀 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'],
};