Add browser env

This commit is contained in:
Linus Miller 2016-09-15 11:02:54 +02:00
parent e1e53b8cbe
commit 19eb67763c

View File

@ -33,6 +33,10 @@
"spaced-comment": 0, "spaced-comment": 0,
"strict": [ 2, "global" ] "strict": [ 2, "global" ]
}, },
"env": {
"browser": true
},
"globals": { "globals": {
"ENV": true, "ENV": true,