Socket
Book a DemoInstallSign in
Socket

@map-colonies/commitlint-config

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@map-colonies/commitlint-config

Commitlint configuration for MapColonies projects

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
10
Created
Source

commitlint-config

Common commitlint configuration for MapColonies projects

Installation

To install the package run the following command:

npm install --save-dev @mapcolonies/commitlint-config

Usage

To use the package, create a commitlint.config.js file in the root of your project and add the following code:

module.exports = {
  extends: ['@mapcolonies/commitlint-config'],
};

Rules

This package extends all the rules from the @commitlint/config-conventional package and adds the following rules:

  • The allowed values for the type parameters (feat,fix,chore..) are as follow: deps, helm, build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test

FAQs

Package last updated on 03 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts