Package Exports
- markdownlint-config-conform
- markdownlint-config-conform/index.json
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 (markdownlint-config-conform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
markdownlint-config-conform
conform 文档 规范
支持配套的 markdownlint 可共享配置。
安装
需要先全局安装 markdownlint-cli
npm install -g markdownlint-cli
再安装 markdownlint:
npm install markdownlint-config-conform markdownlint --save-dev
使用
在 .markdownlint.json
中继承本包:
{
"extends": "markdownlint-config-conform"
}