From 83fa23a82d2a8aee3a0de8f7ee6189f653396aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Fri, 5 Mar 2021 11:47:04 +0100 Subject: [PATCH] Fixing eslint --- front/src/iframe_api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/iframe_api.ts b/front/src/iframe_api.ts index d7aaf13e..8810a92a 100644 --- a/front/src/iframe_api.ts +++ b/front/src/iframe_api.ts @@ -2,6 +2,7 @@ interface WorkAdventureApi { sendChatMessage(message: string, author: string): void; } +// eslint-disable-next-line no-var declare var WA: WorkAdventureApi; window.WA = {