Skip to content

Commit

Permalink
fix(eslint): disable no-explicit-any rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyamore88 committed Nov 9, 2023
1 parent 23783d6 commit 79dea33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/EventBus/EventBus.ts
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down

0 comments on commit 79dea33

Please sign in to comment.