microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6329fc0d14af6f09dd31e4d2dc90586a620ee42e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/linting/markdown-link-check.config.json

14lines · modecode

1{
2 "projectBaseUrl": ".",
3 "timeout": "20s",
4 "retryOn429": true,
5 "ignorePatterns": [
6 { "pattern": "\\{\\{[A-Z0-9_]+\\}\\}" },
7 { "pattern": "^mailto:" },
8 { "pattern": "^tel:" },
9 {
10 "pattern": "^https://github\\.com/microsoft/hve-core"
11 }
12 ],
13 "replacementPatterns": []
14}