fixes for eslint 8.0.0

This commit is contained in:
2021-10-12 20:23:55 -04:00
parent 2364bec385
commit 5b3ea19ec0
4 changed files with 152 additions and 174 deletions
+1
View File
@@ -68,6 +68,7 @@ describe("without canonical tag", () => {
});
async function wait(ms) {
// eslint-disable-next-line compat/compat
return new Promise((resolve) => {
setTimeout(resolve, ms);
});