update browser stuff and browser eslint (#1938)

* Update browser.js

* Update .eslintrc.json

* Update package.json

* Update package.json

* stop doing manually what webpack can do for us

* Update .eslintrc.json

* Update package.json
This commit is contained in:
Gus Caplan
2017-09-24 15:01:47 -05:00
committed by Amish Shah
parent 82841c6ce1
commit 6ce9a8743f
4 changed files with 7 additions and 16 deletions

View File

@@ -7,6 +7,9 @@
"es6": true,
"node": true
},
"overrides": [
{ "files": ["*.browser.js"], "env": { "browser": true } }
],
"rules": {
"no-await-in-loop": "warn",
"no-compare-neg-zero": "error",