.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": {
"node": true,
"browser": true,
"mocha": true,
"worker": true
},
@ -30,7 +31,6 @@
},
"globals": {
"BigInt": "readonly",
"window": "readonly",
"Uint8Array": "readonly"
}
}