File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,8 @@ exclude = [
4040 " https://myawesome-lib.css/" ,
4141 " https://awesome-lib.css/" ,
4242 " https://mycdn.org/" ,
43- ' https://www.npmjs.com/package/(.*)importName(.*)' ,
44- # TODO: address 404s (non-prerendered files?) from nuxt.com
45- " https://nuxt.com/docs/guide/going-further/modules" ,
46- " https://nuxt.com/docs/guide/directory-structure/pages" ,
4743 # single-quotes are required for regexp
44+ ' https://www.npmjs.com/package/(.*)' ,
4845 ' (https?:\/\/github\.com\/)(.*\/)(generate)' ,
4946 " https://github.com/nuxt-contrib/vue3-ssr-starter/generate" ,
5047 # excluded URLs from test suite
You can’t perform that action at this time.
0 commit comments