aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-02 22:20:18 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-02 22:20:18 -0400
commitea4345db06222225f47d2ef9af6121d34e6e497e (patch)
treeca70214f23a19363fa5281a6c9c012f1af7e137e /grunt.js
parent639afa595465f6a1f61e080f2b671af4aac69b4a (diff)
downloadjquery-ui-ea4345db06222225f47d2ef9af6121d34e6e497e.tar.gz
jquery-ui-ea4345db06222225f47d2ef9af6121d34e6e497e.zip
Grunt: Removed newcap option from jshint task.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js1
1 files changed, 0 insertions, 1 deletions
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