Add FileReader to eslint globals (#30766)

Summary:
Fix eslint complaining about FileReader not being defined.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
[Internal] [Fixed] - Fix eslint complaining about FileReader not being defined.

Pull Request resolved: https://github.com/facebook/react-native/pull/30766

Reviewed By: TheSavior

Differential Revision: D26318564

Pulled By: PeteTheHeat

fbshipit-source-id: d08c040f872cca3cbb26e8bf753a1acb3931d294
This commit is contained in:
maltoze 2021-02-08 12:19:37 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 41f93679d0
Коммит 35b6d2e52b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -96,6 +96,7 @@ module.exports = {
EventTarget: false, EventTarget: false,
exports: false, exports: false,
fetch: false, fetch: false,
FileReader: false,
FormData: false, FormData: false,
global: false, global: false,
Headers: false, Headers: false,