From: Iskren Chernev Date: Sun, 22 Mar 2015 21:35:58 +0000 (-0700) Subject: Update grunt jshint X-Git-Tag: 2.10.2~15^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6476d4711438e8ae8a2ebc2815e031e619bd5595;p=thirdparty%2Fmoment.git Update grunt jshint --- diff --git a/Gruntfile.js b/Gruntfile.js index 36c1273ec..2130f9e72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,8 +129,9 @@ module.exports = function (grunt) { }, jshint: { all: [ - 'Gruntfile.js', 'moment.js', 'locale/**/*.js', 'test/**/*.js', - '!test/browser*.js' + 'Gruntfile.js', + 'tasks/**.js', + 'src/**/*.js' ], options: { jshintrc: true