mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add URL to eslint globals. (#27674)
Summary: Fix eslint complaining about URL not being defined. Pull Request resolved: https://github.com/facebook/react-native/pull/27674 Differential Revision: D19296779 Pulled By: cpojer fbshipit-source-id: a62efdf0a5ad40c9575b9fa0f94156f1574cb018
This commit is contained in:
committed by
Facebook Github Bot
parent
26e8870fbf
commit
ff9def41ff
@@ -110,6 +110,7 @@ module.exports = {
|
||||
setImmediate: true,
|
||||
setInterval: false,
|
||||
setTimeout: false,
|
||||
URL: false,
|
||||
WebSocket: true,
|
||||
window: false,
|
||||
XMLHttpRequest: false,
|
||||
|
||||
Reference in New Issue
Block a user