Commit 7ae32074 authored by Chris Rebert's avatar Chris Rebert

Remove hack/workaround for jshint/grunt bug that's now fixed

See https://github.com/gruntjs/grunt-contrib-jshint/issues/86
parent fa854a58
...@@ -28,7 +28,6 @@ module.exports = function(grunt) { ...@@ -28,7 +28,6 @@ module.exports = function(grunt) {
}, },
jshint: { jshint: {
options: { options: {
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
jshintrc: 'js/.jshintrc' jshintrc: 'js/.jshintrc'
}, },
gruntfile: { gruntfile: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment