Commit ba62cfef authored by Chris Rebert's avatar Chris Rebert

workaround possible bug in grunt-contrib-jshint

parent ce573787
......@@ -26,6 +26,7 @@ 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