mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-14 08:36:25 +00:00
19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"worker": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"global": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaFeatures": {
|
||
|
"forOf": false
|
||
|
},
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {
|
||
|
"strict": 0
|
||
|
}
|
||
|
}
|