Skip to content

Commit 888b094

Browse files
authored
chore: exclude npm registry from link check (#1422)
1 parent 5ed5c28 commit 888b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdownLinkConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ignorePatterns": [
33
{
4-
"pattern": "^#S*"
4+
"pattern": "^https://www.npmjs.com"
55
}
66
]
77
}

0 commit comments

Comments
 (0)