1. @form8ion/commitlint-config
shareable config for commitlint
@form8ion/commitlint-config
Package: @form8ion/commitlint-config
Created by: form8ion
Last modified: Wed, 13 Mar 2024 08:17:05 GMT
Version: 1.0.76
License: MIT
Downloads: 23,334
Repository: https://github.com/form8ion/commitlint-config

Install

npm install @form8ion/commitlint-config
yarn add @form8ion/commitlint-config

commitlint-config

shareable config
for commitlint

Node CI Workflow Status
SLSA Level 2

Usage

npm
MIT license

This config extends commitlint-config-travi

Installation

 $ npm install @form8ion/commitlint-config --save-dev

Define the config for your project

 $ echo "module.exports = {extends: ['@form8ion']};" > .commitlintrc.js

Define the npm script for husky

 {
  "scripts": {
    "commitmsg": "commitlint -e"
  }
}

Contributing

Conventional Commits
Commitizen friendly
semantic-release
PRs Welcome
Renovate

Dependencies

 $ nvm install
$ npm install

Verification

 $ npm test

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