1. conventional-changelog-lint-config-cz
conventional-changelog-lint sharable configuration files
conventional-changelog-lint-config-cz
Package: conventional-changelog-lint-config-cz
Created by: whizark
Last modified: Mon, 13 Jun 2022 22:48:14 GMT
Version: 0.3.0
License: MIT
Downloads: 71
Repository: https://github.com/whizark/conventional-changelog-lint-config-cz

Install

npm install conventional-changelog-lint-config-cz
yarn add conventional-changelog-lint-config-cz

conventional-changelog-lint-config-cz

npm
Build Status
Build status
Coverage Status

conventional-changelog-lint sharable configuration files.

If .cz-config.js that is for @whizark/cz-cli or
cz-customizable exists in your package root directory, its
{types,scopes,scopeOverrides} are merged with
rules.{type-enum,scope-enum}.

Installation

Install conventional-changelog-lint-config-cz as a local dependency.

 npm install conventional-changelog-lint-config-cz --save-dev

Usage

Extend conventional-changelog-lint-config-cz in
.conventional-changelog-lintrc.

 {
    "extends": [
        "cz"
    ]
}

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin