From 3c8633389e0242da286a0476e09f1ff7d30e85f4 Mon Sep 17 00:00:00 2001 From: andriikamaldinov1 Date: Wed, 30 Oct 2024 17:16:55 +0200 Subject: [PATCH] fix(ref: no-ref): release --- projects/ngx-mask-lib/src/lib/custom-keyboard-event.ts | 1 + 1 file changed, 1 insertion(+) 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) {}; } })();