[ESLint] Allow zero warnings (#575)
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
*/
|
||||
|
||||
export const defaultPromiseErrorHandler = (name: string) => (error: any) =>
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(`${name} failed due to`, error);
|
||||
|
||||
Reference in New Issue
Block a user