There was an error while loading. Please reload this page.
1 parent eba005d commit 5b0fc3fCopy full SHA for 5b0fc3f
1 file changed
src/entity.ts
@@ -21,6 +21,9 @@
21
* limitations under the License.
22
*/
23
24
+// TODO: Remove when require Matterbridge 3.8.1 or later
25
+/* eslint-disable @typescript-eslint/no-deprecated */
26
+
27
import EventEmitter from 'node:events';
28
import fs from 'node:fs';
29
import path from 'node:path';
0 commit comments