mirror of
https://gitee.com/juicedata/JuiceFS.git
synced 2025-12-06 09:39:14 +08:00
Docs: Fix markdown-lint-fix command (#6110)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"autocorrect-lint-fix": "autocorrect --fix ./docs/ README*.md",
|
||||
"check-broken-link": "./node_modules/.bin/remark --quiet --frail ./docs/ README*.md",
|
||||
"markdown-lint": "./node_modules/.bin/markdownlint-cli2 './docs/**/*.md' README*.md",
|
||||
"markdown-lint-fix": "./node_modules/.bin/markdownlint-cli2-fix './docs/**/*.md' README*.md"
|
||||
"markdown-lint-fix": "./node_modules/.bin/markdownlint-cli2 --fix './docs/**/*.md' README*.md"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdownlint-cli2": "^0.17.2",
|
||||
|
||||
Reference in New Issue
Block a user