Remove browser: true in favor of client's eslint file

This commit is contained in:
David Erwin
2016-11-09 17:19:44 -05:00
parent 39654f34f2
commit f6473972d8
+1 -2
View File
@@ -1,8 +1,7 @@
{
"env": {
"es6": true,
"node": true,
"browser": true
"node": true
},
"extends": "eslint:recommended",
"rules": {