We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfd9f5 commit 92b6b40Copy full SHA for 92b6b40
2 files changed
package.json
@@ -220,7 +220,8 @@
220
"lint": "eslint .",
221
"test": "jest",
222
"package": "vsce package --yarn",
223
- "tpip:report": "ts-node scripts/tpip-reporter --header docs/tpip-header.md docs/third-party-licenses.json TPIP.md"
+ "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"
225
},
226
"vsce": {
227
"yarn": true,
@@ -243,6 +244,7 @@
243
244
"eslint": "^9.26.0",
245
"extract-zip": "^2.0.1",
246
"jest": "^29.7.0",
247
+ "markdownlint-cli": "^0.45.0",
248
"node-fetch": "^3.3.2",
249
"octokit": "^4.1.3",
250
"tempfile": "^5.0.0",
0 commit comments