ignore polyfill types

This commit is contained in:
Cory LaViska
2022-05-11 08:17:27 -04:00
parent cb0b5feef8
commit 7333760ada
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
"mousedown",
"mouseup",
"nextjs",
"nocheck",
"noopener",
"noreferrer",
"novalidate",

View File

@@ -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