🔧 chore(markdown): add markdownlint baseline and lint fixes
This commit is contained in:
+3
-1
@@ -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\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user