🔧 chore(markdown): add prettier config and usage

This commit is contained in:
csh
2026-01-21 10:20:19 +08:00
parent 2045dd45c0
commit 8dc8924cbe
4 changed files with 17 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "playbook",
"private": true,
"devDependencies": {
"prettier": "3.2.5"
},
"scripts": {
"format:md": "prettier -w \"**/*.md\""
}
}