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

@@ -205,6 +205,7 @@ describe("bin/babel-node", function () {
opts.inFiles[".babelrc"] = helper.readFile(babelrcLoc);
}
// eslint-disable-next-line jest/valid-title
it(testName, buildTest(testName, opts), 20000);
});
});