Skip to content

Commit 50febbb

Browse files
committed
chore: ignore errors from npmjs
1 parent 47ea684 commit 50febbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ exclude = [
4040
"https://myawesome-lib.css/",
4141
"https://awesome-lib.css/",
4242
"https://mycdn.org/",
43-
'https://www.npmjs.com/package/(.*)importName(.*)',
4443
# single-quotes are required for regexp
44+
'https://www.npmjs.com/package/(.*)',
4545
'(https?:\/\/github\.com\/)(.*\/)(generate)',
4646
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
4747
# excluded URLs from test suite

0 commit comments

Comments
 (0)