chore: Add eslint github check (#1067)

This commit is contained in:
Attila Kerekes
2022-12-11 17:44:37 +00:00
committed by GitHub
parent 5eb1f55b82
commit 3c9f361f5f
10 changed files with 135 additions and 234 deletions

View File

@@ -85,6 +85,7 @@ function createUpdateJob(container, queue) {
}
})
.catch((error) => {
// eslint-disable-next-line no-console
console.error(error);
});
}