1. commitlint-config-ccgls
Commitlint companion for cz-ccgls.
commitlint-config-ccgls
Package: commitlint-config-ccgls
Created by: thierrymichel
Last modified: Wed, 15 Nov 2023 14:59:10 GMT
Version: 1.4.8
License: SEE LICENSE IN UNLICENSE
Downloads: 781
Repository: https://github.com/thierrymichel/commitlint-config-ccgls

Install

npm install commitlint-config-ccgls
yarn add commitlint-config-ccgls

commitlint-config-ccgls

Commitlint companion for cz-ccgls (a commitizen adapter to deal with conventional changelog, Gitmoji and Lerna scopes).

npm version
Commitizen friendly
Conventional Commits
License

Usage

 # Install commitlint cli
npm install --save-dev @commitlint/cli
# Install ccgls
npm install --save-dev commitlint-config-ccgls
# Configure commitlint to use ccgls
echo "module.exports = {extends: ['ccgls']}" > commitlint.config.js

More informations about Commitlint

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