chore: bump eslint and its plugins (#13412)

This commit is contained in:
Huáng Jùnliàng
2021-06-03 23:42:32 -04:00
committed by GitHub
parent 8720919665
commit 4eda1c8605
27 changed files with 906 additions and 724 deletions

View File

@@ -273,7 +273,7 @@ fs.readdirSync(fixtureLoc).forEach(function (binName) {
// copy .babelignore file to tmp directory
opts.inFiles[".babelignore"] = helper.readFile(babelIgnoreLoc);
}
// eslint-disable-next-line jest/valid-title
it(testName, buildTest(binName, testName, opts), 20000);
});
});