mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
20 lines
254 B
JSON
20 lines
254 B
JSON
{
|
|
"env": {
|
|
"worker": true,
|
|
"node": false
|
|
},
|
|
"globals": {
|
|
"global": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"forOf": false
|
|
},
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"no-console": 0,
|
|
"strict": 0
|
|
}
|
|
}
|