🔧 chore(markdown): add markdownlint baseline and lint fixes

This commit is contained in:
csh
2026-05-18 15:43:48 +08:00
parent a22b324c5c
commit 214c44eebc
10 changed files with 22 additions and 9 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
"name": "playbook",
"private": true,
"devDependencies": {
"markdownlint-cli": "0.48.0",
"prettier": "3.2.5"
},
"scripts": {
"format:md": "prettier -w \"**/*.md\""
"format:md": "prettier -w \"**/*.md\"",
"lint:md": "npx markdownlint-cli \"**/*.md\""
}
}