From e2a64486d084e45df4bb660a0f3a3e91c396c251 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 23 Jan 2024 11:12:30 -0500 Subject: [PATCH] ignore types --- src/declaration.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declaration.d.ts b/src/declaration.d.ts index 29b27ce6..830c8917 100644 --- a/src/declaration.d.ts +++ b/src/declaration.d.ts @@ -14,7 +14,7 @@ declare namespace Chai { interface HTMLInputElement { showPicker: () => void; } - +/* eslint-disable */ interface CloseWatcher extends EventTarget { new (options?: CloseWatcherOptions): CloseWatcher; requestClose(): void; @@ -34,3 +34,4 @@ interface CloseWatcherOptions { declare interface Window { CloseWatcher?: CloseWatcher; } +/* eslint-enable */