Skip to content

Commit ff9def4

Browse files
sonnypfacebook-github-bot
authored andcommitted
Add URL to eslint globals. (#27674)
Summary: Fix eslint complaining about URL not being defined. Pull Request resolved: #27674 Differential Revision: D19296779 Pulled By: cpojer fbshipit-source-id: a62efdf0a5ad40c9575b9fa0f94156f1574cb018
1 parent 26e8870 commit ff9def4

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-react-native-community

1 file changed

+1
-0
lines changed

packages/eslint-config-react-native-community/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ module.exports = {
110110
setImmediate: true,
111111
setInterval: false,
112112
setTimeout: false,
113+
URL: false,
113114
WebSocket: true,
114115
window: false,
115116
XMLHttpRequest: false,

0 commit comments

Comments
 (0)