realm-js/lib/browser/.eslintrc
Scott Kyle 00b19d95b8 Use device IP addresses to connect to RPC host
It still only tries localhost for the simulator, but for devices, we now get a list of possible IP addresses to attempt to connect to before throw a more helpful exception.

Resolves #284 and fixes #276
2016-03-01 00:56:45 -08:00

20 lines
252 B
Plaintext

{
"env": {
"es6": true,
"worker": true
},
"globals": {
"global": true
},
"parserOptions": {
"ecmaFeatures": {
"forOf": false
},
"sourceType": "module"
},
"rules": {
"no-console": 0,
"strict": 0
}
}