# markdownlint-config-re

TIP

re-spec 文档 规范

支持配套的 markdownlint 可共享配置 (opens new window)

# 安装

需要先全局安装 markdownlint-cli (opens new window)

npm install -g markdownlint-cli

再安装 markdownlint (opens new window)

npm install markdownlint-config-re markdownlint --save-dev

# 使用

.markdownlint.json 中继承本包:

{
  "extends": "markdownlint-config-re"
}