mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
10a29aa954
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
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
{
|
|
"rules": {
|
|
"extra-arrow-initializer": 0,
|
|
"no-console-disallow": 0
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|