update to fix 830: add CommonMark-compliant markdown formatting rules

This commit is contained in:
Keimpe de Jong 2025-10-29 04:50:21 +00:00
parent ebe715192c
commit fbc936bf40
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
"install:bmad": "node tools/cli/bmad-cli.js install",
"lint": "eslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0",
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
"lint:md": "markdownlint --config .patch/830/.markdownlint.json --rules .patch/830/markdownlint-rules/table-blank-lines.js docs bmad src",
"lint:md": "npm run check:md:all",
"pre-release": "npm run format:check && npm run lint && npm test && npm run validate:schemas && npm run validate:bundles && npm run check:md:all",
"prepare": "husky",
"rebundle": "node tools/cli/bundlers/bundle-web.js rebundle",
"release:major": "gh workflow run \"Manual Release\" -f version_bump=major",