Merge commit '3d83740f88b6aaba6962256be517656496b83f25' into lsp-server
This commit is contained in:
@@ -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