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