fix: polyfill-object.fromentries

This commit is contained in:
divlo
2020-10-26 02:56:36 +01:00
parent 4058b48959
commit a8ca83123e
7 changed files with 65 additions and 19 deletions

View File

@ -30,6 +30,7 @@
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"import/export": 0,
"no-use-before-define": [0]
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "off"
}
}