mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
af2f40754a
Summary: Added a subset of the global flow types from the fbjs eslint config to remove the no-undef errors for flow types as well as a few missing browser globals that were used in the codebase. I also added a .eslintrc file to Examples to allow using alert there without warnings. Closes https://github.com/facebook/react-native/pull/5585 Reviewed By: svcscm Differential Revision: D2872016 Pulled By: vjeux fb-gh-sync-id: f9b1b511289425393074b7237049dec38ea407b6
6 lines
39 B
Plaintext
6 lines
39 B
Plaintext
{
|
|
"rules": {
|
|
"no-alert": 0
|
|
}
|
|
}
|