专注于中文 markdown 文件的编写格式校验。项目使用 Monorepo 的方式管理,使用 yarn 进行管理多项目。
- clone
git clone [email protected]:hustcc/lint-md.git
cd lint-md
- install
# 务必使用 yarn,使用 yarn 进行 mono repo 的管理。
yarn install
- test
cd ./packages/lint-md
yarn run test
- build
yarn run build
- 项目没有 eslint 相关工具,请务必自行保证代码分支一致;
- rule 规则的 pr,请先提 issue 讨论,防止无用劳动;
- 请保证单测覆盖至少 99%;