JSPM

commitlint-config-ali

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 478
  • Score
    100M100P100Q95283F
  • License ISC

Commitlint shareable configuration for ali

Package Exports

  • commitlint-config-ali

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commitlint-config-ali) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

commitlint-config-ali

Installation

除了本包,你需要同时安装 @commitlint/cli

npm install commitlint-config-ali @commitlint/cli --save-dev

Usage

在你的 commitlint.config.js 中继承本包:

{
  "extends": "ali"
}