From ea4345db06222225f47d2ef9af6121d34e6e497e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 2 Apr 2012 22:20:18 -0400 Subject: [PATCH] Grunt: Removed newcap option from jshint task. --- grunt.js | 1 - 1 file changed, 1 deletion(-) diff --git a/grunt.js b/grunt.js index 1e8a197dc..74713be5d 100644 --- a/grunt.js +++ b/grunt.js @@ -285,7 +285,6 @@ grunt.initConfig({ eqeqeq: true, expr: true, latedef: true, - newcap: true, noarg: true, onevar: true, // TODO: limit to multi-line comments https://github.com/jshint/jshint/issues/503 -- 2.39.5