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) { ...@@ -26,6 +26,7 @@ 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