Fix loading JSHint options.

This commit is contained in:
XhmikosR
2013-09-10 10:47:38 +03:00
parent 26b1117f94
commit d6941b9ed7
+3
View File
@@ -13,6 +13,9 @@ module.exports = function(grunt) {
}
},
jshint: {
options: {
jshintrc: '.jshintrc'
},
all: ['*.js']
}
});