Skip to content

Commit 0ca423a

Browse files
authored
globally disable MD059 (#46310)
We have a lot of links where the link text is "here", but the description is outside the link. We might consider fixing more of these, but this gets builds unstuck.
1 parent 20fb093 commit 0ca423a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdownlint-cli2.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"MD050": {
6060
"style": "asterisk"
6161
},
62-
"MD051": false
62+
"MD051": false,
63+
"MD059": false
6364
},
6465
"ignores": [
6566
".github/",

0 commit comments

Comments
 (0)