Skip to content

Commit 92b6b40

Browse files
authored
Lint markdown files (#261)
* Lint markdown files * Added yarn changes
1 parent 5dfd9f5 commit 92b6b40

2 files changed

Lines changed: 443 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@
220220
"lint": "eslint .",
221221
"test": "jest",
222222
"package": "vsce package --yarn",
223-
"tpip:report": "ts-node scripts/tpip-reporter --header docs/tpip-header.md docs/third-party-licenses.json TPIP.md"
223+
"tpip:report": "ts-node scripts/tpip-reporter --header docs/tpip-header.md docs/third-party-licenses.json TPIP.md",
224+
"lint:md": "markdownlint **/*.md -c ./.github/markdownlint.jsonc -i ./node_modules ./dist ./coverage ./tools"
224225
},
225226
"vsce": {
226227
"yarn": true,
@@ -243,6 +244,7 @@
243244
"eslint": "^9.26.0",
244245
"extract-zip": "^2.0.1",
245246
"jest": "^29.7.0",
247+
"markdownlint-cli": "^0.45.0",
246248
"node-fetch": "^3.3.2",
247249
"octokit": "^4.1.3",
248250
"tempfile": "^5.0.0",

0 commit comments

Comments
 (0)