mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
00b19d95b8
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
20 lines
252 B
Plaintext
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
|
|
}
|
|
}
|