🔧 chore(markdown): add prettier config and usage
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "playbook",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"prettier": "3.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"format:md": "prettier -w \"**/*.md\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user