Fixing eslint
This commit is contained in:
parent
eb93a04341
commit
83fa23a82d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ interface WorkAdventureApi {
|
|||
sendChatMessage(message: string, author: string): void;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
declare var WA: WorkAdventureApi;
|
||||
|
||||
window.WA = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue