From: Igor Lima Date: Tue, 19 Feb 2013 16:45:05 +0000 (-0300) Subject: update jshint plugin X-Git-Tag: 2.1.0~55^2~3^2^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67afe3bf78d4a704b02603d800a6e2a0f904b8fc;p=thirdparty%2Fmoment.git update jshint plugin --- diff --git a/Gruntfile.js b/Gruntfile.js index 77b6d039d..3e2ef32da 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -49,13 +49,8 @@ module.exports = function(grunt) { nodeunit : { all : ["test/**/*.js"] }, - lint : { - files: [ - 'moment.js', - 'lang/**/*.js' - ] - }, jshint: { + all: ["Gruntfile.js", "moment.js", "lang/**/*.js"], options: { "node" : true, "es5" : true,