Skip to content

Commit

Permalink
Chore: Disable lint-markdown-validator
Browse files Browse the repository at this point in the history
Disables markdown-link-validator as part of the lint:md step.

Close: #5755
  • Loading branch information
vidorteg authored Mar 21, 2024
1 parent 6ef9b7c commit 62569fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"clean:root": "rimraf dist",
"lint": "npm-run-all --parallel lint:*",
"lint:dependencies": "node scripts/lint-dependencies.js",
"lint:md": "node scripts/lint-markdown && markdown-link-validator . -i www\\.cloudflare\\.com/learning/dns/what-is-dns/ -i twitter\\.com/jacobrossi/status/591435377291866112 -f igm",
"lint:md": "node scripts/lint-markdown",
"lint:packages": "yarn workspaces run lint",
"lint:scripts": "eslint scripts release --cache --ext .js,.md,.ts",
"prebuild": "node scripts/prebuild.js",
Expand Down

0 comments on commit 62569fd

Please sign in to comment.