From afc6dc19238fc76cd55678e7e400bba2a3f15a5b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 23 Jan 2024 11:12:47 -0500 Subject: [PATCH] whitespace --- src/declaration.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/declaration.d.ts b/src/declaration.d.ts index 830c8917..7a971479 100644 --- a/src/declaration.d.ts +++ b/src/declaration.d.ts @@ -14,6 +14,7 @@ declare namespace Chai { interface HTMLInputElement { showPicker: () => void; } + /* eslint-disable */ interface CloseWatcher extends EventTarget { new (options?: CloseWatcherOptions): CloseWatcher;