From 011c3751b05e5c52ad95509264ee38c0600ed84b Mon Sep 17 00:00:00 2001 From: Andrew Courtice Date: Mon, 27 Jun 2022 14:23:55 +1000 Subject: [PATCH] chore: fix linting issues --- core/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/types.ts b/core/src/types.ts index 6c00ce35..e296323f 100644 --- a/core/src/types.ts +++ b/core/src/types.ts @@ -37,7 +37,7 @@ export interface Emittable { } export interface EventListener { - dispose(): void + dispose(): void; } export interface EventPayload {