[ESLint] Allow zero warnings (#575)

This commit is contained in:
schroda
2024-01-26 20:49:43 +01:00
committed by GitHub
parent 5032a0ae94
commit 6edf3bad64
2 changed files with 2 additions and 1 deletions

View File

@@ -7,4 +7,5 @@
*/
export const defaultPromiseErrorHandler = (name: string) => (error: any) =>
// eslint-disable-next-line no-console
console.error(`${name} failed due to`, error);