.eslint browser support
This commit is contained in:
parent
021eeb3518
commit
2b84264309
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"env": {
|
"env": {
|
||||||
"node": true,
|
"node": true,
|
||||||
|
"browser": true,
|
||||||
"mocha": true,
|
"mocha": true,
|
||||||
"worker": true
|
"worker": true
|
||||||
},
|
},
|
||||||
|
@ -30,7 +31,6 @@
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"BigInt": "readonly",
|
"BigInt": "readonly",
|
||||||
"window": "readonly",
|
|
||||||
"Uint8Array": "readonly"
|
"Uint8Array": "readonly"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue