Skip to content

Commit

Permalink
Add URL to eslint globals. (#27674)
Browse files Browse the repository at this point in the history
Summary:
Fix eslint complaining about URL not being defined.
Pull Request resolved: #27674

Differential Revision: D19296779

Pulled By: cpojer

fbshipit-source-id: a62efdf0a5ad40c9575b9fa0f94156f1574cb018
  • Loading branch information
sonnyp authored and facebook-github-bot committed Jan 7, 2020
1 parent 26e8870 commit ff9def4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-react-native-community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
setImmediate: true,
setInterval: false,
setTimeout: false,
URL: false,
WebSocket: true,
window: false,
XMLHttpRequest: false,
Expand Down

0 comments on commit ff9def4

Please sign in to comment.