mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Suppress unwanted no-console linting violation in test script, update browser script.
This commit is contained in:
parent
427057dd1e
commit
cebde8f9f6
2 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ function lintTestRepo(t, globPatterns, configPath) {
|
|||
files,
|
||||
config
|
||||
};
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`${t.title}: Linting ${files.length} files...`);
|
||||
return markdownlintPromise(options).then((results) => {
|
||||
const resultsString = results.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue