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"
}