Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WebSocket to eslint globals (#27044)
Summary: WebSocket is giving an error by eslint. ('WebSocket is not defined'). [websocket-support](https://facebook.github.io/react-native/docs/network#websocket-support) ## Changelog [General] [Fixed] - Add WebSocket to eslint globals Pull Request resolved: #27044 Test Plan: Run eslint on a react native project using WebSocket. Eslint verification should pass. Differential Revision: D18223891 Pulled By: cpojer fbshipit-source-id: c4adfde07078133930aa0ed80be5615d128f4148
- Loading branch information