Skip to content

Commit

Permalink
Add ErrorUtils to global variables (#25947)
Browse files Browse the repository at this point in the history
Summary:
ErrorUtils is giving an error by eslint. ('ErrorUtils is not defined').

## Changelog
[General] [Fixed] - Add ErrorUtils to eslint globals
Pull Request resolved: #25947

Test Plan: Run eslint on a react native project using ErrorUtils. Eslint verification should pass.

Differential Revision: D16666163

Pulled By: cpojer

fbshipit-source-id: c20c4e21fe06c6863dcfc167d6d03c6217ae1235
  • Loading branch information
rodineijf authored and facebook-github-bot committed Aug 6, 2019
1 parent 28e18e4 commit 76af5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-react-native-community/index.js
Expand Up @@ -82,6 +82,7 @@ module.exports = {
clearTimeout: false,
console: false,
document: false,
ErrorUtils: false,
escape: false,
Event: false,
EventTarget: false,
Expand Down

0 comments on commit 76af5f9

Please sign in to comment.