@oxiran/commitlint-config
v1.0.0
Published
Shared commitlint config for of projects.
Maintainers
Readme
commitlint-config
Shared commitlint config of my projects.
Install
npm install --save-dev @commitlint/cli @oxiran/commitlint-configUsage
Join in the extends of the commitlint configuration file.
// For example in commitlint.config.js.
module.exports = {
extends: ['@oxiran/commitlint-config']
}