Fixing eslint

This commit is contained in:
David Négrier 2021-03-05 11:47:04 +01:00
parent eb93a04341
commit 83fa23a82d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ interface WorkAdventureApi {
sendChatMessage(message: string, author: string): void;
}
// eslint-disable-next-line no-var
declare var WA: WorkAdventureApi;
window.WA = {