Skip to content

Commit

Permalink
Add Intl to eslint globals. (#27082)
Browse files Browse the repository at this point in the history
Summary:
Fix `'Intl' is not defined. eslint(no-undef)` warning by eslint: see #27076
Pull Request resolved: #27082

Differential Revision: D18298548

Pulled By: cpojer

fbshipit-source-id: c07af711086d79d214bfbbe2bba6f396628c96c1
  • Loading branch information
Stanislav authored and facebook-github-bot committed Nov 4, 2019
1 parent 4eb8a95 commit f6a62f9
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 @@ -97,6 +97,7 @@ module.exports = {
fetch: false,
FormData: false,
global: false,
Intl: false,
Map: true,
module: false,
navigator: false,
Expand Down

0 comments on commit f6a62f9

Please sign in to comment.