.eslint browser support

This commit is contained in:
Juan Hernández Serrano 2019-04-20 22:31:54 +02:00
parent 021eeb3518
commit 2b84264309
1 changed files with 1 additions and 1 deletions

View File

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