From 7ae32074a09fe09906f5d007c2891601e0438a5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 29 Jul 2013 17:17:52 -0700 Subject: [PATCH] Remove hack/workaround for jshint/grunt bug that's now fixed See https://github.com/gruntjs/grunt-contrib-jshint/issues/86 --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index dd0cc96009..7aad9b339a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,6 @@ module.exports = function(grunt) { }, jshint: { options: { - ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86 jshintrc: 'js/.jshintrc' }, gruntfile: {