We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 113223f + f4c425a commit 1521f98Copy full SHA for 1521f98
.remarkrc
@@ -8,7 +8,14 @@
8
["remark-lint-linebreak-style", "unix"],
9
["remark-lint-link-title-style", "\""],
10
["remark-lint-ordered-list-marker-style", "."],
11
- "remark-lint-no-dead-urls",
+ [
12
+ "remark-lint-no-dead-urls",
13
+ {
14
+ "skipUrlPatterns": [
15
+ "^https?://github\\.com/Yoast/PHPUnit-Polyfills/compare/[0-9\\.]+?\\.{3}[0-9\\.]+"
16
+ ]
17
+ }
18
+ ],
19
"remark-lint-no-duplicate-definitions",
20
"remark-lint-no-empty-url",
21
"remark-lint-no-file-name-consecutive-dashes",
0 commit comments