npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

conventional-changelog-lint-config-canonical

1.0.0

@gajus

npmHomeRepoSnykSocket
Downloads:1
$ npm install conventional-changelog-lint-config-canonical
DailyWeeklyMonthlyYearly

conventional-changelog-lint-config-canonical

A shareable conventional-changelog-lint configuration for Canonical commit convention.

Installation

This project uses node and npm.

npm install conventional-changelog-lint-config-canonical conventional-changelog-lint --save-dev

Usage

The conventional-changelog-lint command line interface reads .conventional-changelog-lintrc. Use extends property to configure conventional-changelog-lint to use conventional-changelog-lint-config-canonical.

{
  "extends": [
    "canonical"
  ]
}

Rules

  • Refer to ./conventional-changelog-lintrc.json to see the configuration.
  • Refer to conventional-changelog-lint#rules to learn the available configurations.