deps: update dependencies with lint fixes

This commit is contained in:
Niklas von Hertzen
2021-07-11 16:38:08 +08:00
parent 85f79c1a5e
commit ff1e9abb33
52 changed files with 14635 additions and 11577 deletions

View File

@@ -21,7 +21,7 @@ const outputPath = resolve(__dirname, '../', process.argv[3]);
const ignoredTests = readFileSync(path)
.toString()
.split(/\r\n|\r|\n/)
.filter(l => l.length)
.filter((l) => l.length)
.reduce((acc: {[key: string]: string[]}, l) => {
const m = l.match(/^(\[(.+)\])?(.+)$/i);
if (m) {