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) {
},
jshint: {
options: {
ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
jshintrc: 'js/.jshintrc'
},
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