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.
1 parent e6703d0 commit d81426dCopy full SHA for d81426d
markdown-link-check
@@ -55,7 +55,7 @@ const reporters = {
55
}
56
});
57
58
- if (!opts.quiet) {
+ if (opts.verbose) {
59
console.log("\n %s link%s checked.", results.length, results.length === 1 ? '' : 's');
60
61
0 commit comments