diff --git a/src/utils/EventBus/EventBus.ts b/src/utils/EventBus/EventBus.ts index 77279528..bb9ee80e 100644 --- a/src/utils/EventBus/EventBus.ts +++ b/src/utils/EventBus/EventBus.ts @@ -1,5 +1,7 @@ import EventEmitter from 'eventemitter3'; +/* eslint-disable @typescript-eslint/no-explicit-any -- @todo replace any with event object type */ + /** * Provides an event bus for using in the document model */