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
|
||
|
}
|
||
|
}
|