From 7333760ada0bfbb73cb62f3852e3483493989445 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 11 May 2022 08:17:27 -0400 Subject: [PATCH] ignore polyfill types --- cspell.json | 1 + src/internal/formdata-event-polyfill.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/cspell.json b/cspell.json index 1d9c95a1..df8b7584 100644 --- a/cspell.json +++ b/cspell.json @@ -76,6 +76,7 @@ "mousedown", "mouseup", "nextjs", + "nocheck", "noopener", "noreferrer", "novalidate", diff --git a/src/internal/formdata-event-polyfill.ts b/src/internal/formdata-event-polyfill.ts index f1961853..ce3fa19e 100644 --- a/src/internal/formdata-event-polyfill.ts +++ b/src/internal/formdata-event-polyfill.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// @ts-nocheck // // Polyfills the formdata event in unsupportive browsers. This is a partial polyfill to support appending custom element // form data on submit. The formdata event landed in Safari until 15.1, which is slighly too new to rely on. All other