update to fix 830: add CommonMark-compliant markdown formatting rules
This commit is contained in:
parent
ebe715192c
commit
fbc936bf40
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue