We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef886a commit 6c42a49Copy full SHA for 6c42a49
.travis.yml
@@ -3,4 +3,4 @@ node_js:
3
- "10"
4
before_install:
5
- npm i -g lint-md
6
-script: npx lint-md ./
+script: lint-md ./
README.md
@@ -64,4 +64,4 @@
64
65
GitBook 在线阅读地址:[https://sort.hust.cc/](https://sort.hust.cc/)。
66
67
-本项目使用 [hint](https://github.com/hustcc/hint) 进行中文 Markdown 文件的格式检查,务必在提交 Pr 之前,保证 Markdown 格式正确。
+本项目使用 [lint-md](https://github.com/hustcc/lint-md) 进行中文 Markdown 文件的格式检查,务必在提交 Pr 之前,保证 Markdown 格式正确。
0 commit comments