From 65d2c3dfb0f47a3c034dd44779d78e8fceac894e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 18 Jan 2021 15:36:02 +0100 Subject: [PATCH] Disabling explicit any check on error handling --- front/src/Phaser/Reconnecting/ErrorScene.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Phaser/Reconnecting/ErrorScene.ts b/front/src/Phaser/Reconnecting/ErrorScene.ts index d7fc2ab7..921eeb58 100644 --- a/front/src/Phaser/Reconnecting/ErrorScene.ts +++ b/front/src/Phaser/Reconnecting/ErrorScene.ts @@ -65,6 +65,7 @@ export class ErrorScene extends Phaser.Scene { /** * Displays the error page, with an error message matching the "error" parameters passed in. */ + // eslint-disable-next-line @typescript-eslint/no-explicit-any public static showError(error: any, scene: ScenePlugin): void { console.error(error);