Add URLSearchParams and Headers to eslint globals#27853
Conversation
|
|
Can you also bump the version number in the packages |
|
@matt-oakes done - also added Headers to eslint globals |
matt-oakes
left a comment
There was a problem hiding this comment.
This looks good to me! This will need to be merged by someone with the correct permissions (cc @cpojer) and then I can release a new version onto NPM.
facebook-github-bot
left a comment
There was a problem hiding this comment.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
This pull request was successfully merged by @sonnyp in 7a13a1a. When will my fix make it into a release? | Upcoming Releases |
|
Published to NPM as 0.0.7 👍 |
Summary: Fix eslint complaining about `URLSearchParams` and `Headers` not being defined. Pull Request resolved: facebook#27853 Differential Revision: D19577641 Pulled By: cpojer fbshipit-source-id: 7019d1519523c7b99a201c6e0b78d0035c9b35a6
Fix eslint complaining about
URLSearchParamsandHeadersnot being defined.