Skip to content

Commit

Permalink
Gruntfile: drop "newcap", add "nonew"
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Mar 12, 2016
1 parent 5a1f61e commit dcd7268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -17,7 +17,7 @@ module.exports = function (grunt) {
eqeqeq: true,
immed: true,
latedef: false,
newcap: true,
nonew: true,
noarg: true,
sub: true,
undef: true,
Expand Down

0 comments on commit dcd7268

Please sign in to comment.