mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-13 15:54:59 +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
|
|
}
|
|
}
|