diff --git a/projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts b/projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts index af58127c..4b8c7e9d 100644 --- a/projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts +++ b/projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts @@ -13,6 +13,7 @@ const commonjsGlobal = (function () { if (!commonjsGlobal.KeyboardEvent) { + // eslint-disable-next-line @typescript-eslint/no-empty-function commonjsGlobal.KeyboardEvent = function (_eventType: any, _init: any) {}; } })();