This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native
mirror of
https://github.com/status-im/react-native.git
Watch
2
Star
0
Fork
You've already forked react-native
0
Code
Issues
Projects
Releases
Wiki
Activity
0b339362ff
react-native
/
local-cli
/
.eslintrc
10 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Disable `extra-arrow-initializer` rule in node directories Reviewed By: bestander Differential Revision: D3929929 fbshipit-source-id: a78e22104a5ac593d7f396907cb0252d1629870c
2016-09-27 20:39:44 +00:00
{
"rules": {
Break out defaults, add flow for Config Summary: In order to make `Config` and defaults available to our new code, I’ve added flow types and put default values into one shared modile Reviewed By: cpojer Differential Revision: D4044600 fbshipit-source-id: 875ed3ade69c5b22bb3c1b177e7bad732834d476
2016-10-22 13:07:01 +00:00
"extra-arrow-initializer": 0,
"no-console-disallow": 0
Support copy to clipboard on Windows Summary: Also fix lint errors about Buffer being undefined by adding env: node to the eslint config for local-cli. Tested on windows 10. Closes https://github.com/facebook/react-native/pull/11959 Differential Revision: D4438903 Pulled By: hramos fbshipit-source-id: 28d5edd662dd1e63dedf1274ff0a21af4df84f5e
2017-01-20 00:23:32 +00:00
},
"env": {
"node": true
Disable `extra-arrow-initializer` rule in node directories Reviewed By: bestander Differential Revision: D3929929 fbshipit-source-id: a78e22104a5ac593d7f396907cb0252d1629870c
2016-09-27 20:39:44 +00:00
}
}