Disabling explicit any check on error handling

This commit is contained in:
David Négrier 2021-01-18 15:36:02 +01:00
parent e0fcb38c4f
commit 65d2c3dfb0
1 changed files with 1 additions and 0 deletions

View File

@ -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);