Skip to content

Commit

Permalink
Fix env setting on recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Nokkala committed Mar 29, 2016
1 parent 3a977df commit 0dba2d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ module.exports = {
},
configs: {
recommended: {
env: ["browser"],
env: {
browser: true
},
globals: {
"Backbone": false,
"_": false
Expand Down

0 comments on commit 0dba2d8

Please sign in to comment.