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

commitlint-plugin-semantic-commit-emoji

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitlint-plugin-semantic-commit-emoji

Plugin for commitlint parser compatible with semantic-commit-emoji

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
4.3K
10.26%
Maintainers
1
Weekly downloads
 
Created
Source

commitlint-plugin-semantic-commit-emoji

Commitlint plugin for extra rules and compatible parsing for semantic-commit-emoji.

Installation

It is recommended that you configure commitlint with commitlint-config-semantic-commit-emoji instead. However, if you needed to use the parser manually for semantic-release or any conventional-changelog compatible parsing you can use the following:

yarn add --dev commitlint-plugin-semantic-commit-emoji
const { parserOpts } = require("commitlint-plugin-semantic-commit-emoji/dist/parser");
const preset = "conventionalcommits";

module.exports = {
  plugins: [["@semantic-release/commit-analyzer", { preset, parserOpts }]],
};

Keywords

semantic-commit

FAQs

Package last updated on 17 Sep 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