Skip to content

Commit

Permalink
Merge pull request #2 from birkestroem/lint
Browse files Browse the repository at this point in the history
Change jshint configuration.
  • Loading branch information
gustavnikolaj committed Aug 19, 2014
2 parents ab149af + 6a6aacd commit 6572751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// If the standard browser globals should be predefined.
"browser": false,
// If the Node.js environment globals should be predefined.
"node": false,
"node": true,
// If the Rhino environment globals should be predefined.
"rhino": false,
// If CouchDB globals should be predefined.
Expand Down

0 comments on commit 6572751

Please sign in to comment.