commitlint-plugin-semantic-commit-emoji
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

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 }]],
};

/commitlint-plugin-semantic-commit-emoji/

    Package Sidebar

    Install

    npm i commitlint-plugin-semantic-commit-emoji

    Weekly Downloads

    352

    Version

    3.0.1

    License

    LGPL-3.0-only

    Unpacked Size

    76.7 kB

    Total Files

    8

    Last publish

    Collaborators

    • adambullmer