-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add file and blob globals to eslint config #31293
Conversation
Base commit: dbe6fab |
ETA? |
@shamilovtim don't you mind rebasing as you're far behind in the history. Afterwards we can merge this |
@cortinico done |
Base commit: dbe6fab |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @shamilovtim in d881c87. When will my fix make it into a release? | Upcoming Releases |
Summary
The eslint community config does not have the File and Blob polyfills in
globals
which have been part of the Javascript implementation for ~3 years. They were added to the Javascript API in #11573 by @satya164.Changelog
[General] [Fixed] - Added File and Blob globals to eslint community config
Test Plan
Evidence these globals exist:
Evidence the PR works: the globals in the PR identical to the others in the eslint community config that they are in