Skip to content

Commit f42510b

Browse files
authored
Add retries on dead links, increase http timeout (#461)
Signed-off-by: Derek Nola <[email protected]>
1 parent 2f81096 commit f42510b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
[
5454
"remark-lint-no-dead-urls",
5555
{
56+
"deadOrAliveOptions":{
57+
"maxRetries": 3,
58+
"timeout": 5000
59+
},
5660
"skipUrlPatterns": [
5761
"^https://www\\.mysql\\.com",
5862
"^https://dev\\.mysql\\.com\\.*",

0 commit comments

Comments
 (0)