nodecraft / commitlint-config

Nodecraft commitlint configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commitlint-config

Nodecraft's commitlint configuration

What is commitlint?

commitlint checks if your commit messages meet the conventional commit format.

Usage

commitlint.config.js

'use strict';
module.exports = {
	extends: ['@nodecraft/commitlint-config']
};

About

Nodecraft commitlint configuration

License:MIT License


Languages

Language:JavaScript 100.0%