Skip to content

Commit

Permalink
Update .markdownlint.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
PassionPenguin authored Sep 23, 2024
1 parent 1aa02de commit bab5a48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/zh-cn/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
"replace": "](/",
"searchScope": "text",
},
{
"name": "chrome-dev-mirror-links",
"message": "Don't use developer.chrome.com for links in zh-cn localizations",
"searchPattern": "/\\]\\(https:\\/\\/developer.chrome.com\\//g",
"replace": "](/",
"searchScope": "text",
},
{
"name": "localhost-links",
"message": "Don't use localhost for links",
Expand Down

0 comments on commit bab5a48

Please sign in to comment.