📦 deps(tsl): sync tsl-playbook from 0dcd9681

Source-Commit: 0dcd968188
This commit is contained in:
ci[bot]
2026-07-30 05:50:21 +00:00
parent 7c9a23746f
commit 683f83d17c
8 changed files with 1997 additions and 312 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "playbook",
"private": true,
"devDependencies": {
"markdownlint-cli": "0.48.0",
"prettier": "3.2.5"
},
"scripts": {
"format:md": "prettier -w \"**/*.md\"",
"lint:md": "npx markdownlint-cli \"**/*.md\""
}
}