New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@appello/commitlint-config

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appello/commitlint-config

Appello's commitlint config

npmnpm
Version
2.0.0
Version published
Weekly downloads
121
-36.32%
Maintainers
3
Weekly downloads
 
Created
Source

@appello/commitlint-config

This package provides Appello's commitlint.config.js as an extensible shared config.

Installation

npm i -D @commitlint/cli @commitlint/config-conventional @commitlint/cz-commitlint commitizen

These rules require the following packages:

  • @commitlint/cz-commitlint
  • @commitlint/config-conventional
  • @commitlint/cli
  • commitizen

Connect config to your project eslint config. For example commitlint.config.js

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

Keywords

appello

FAQs

Package last updated on 16 Oct 2024

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