Add jshint TODO

This commit is contained in:
grosbouddha 2013-05-27 01:37:08 +02:00
parent fdcce6ccd7
commit 6c7c426cec

View File

@ -7,6 +7,8 @@ module.exports = function(grunt) {
files: [
'Gruntfile.js',
'package.json',
// TODO(grosbouddha): change to js/**/*.js and fix the 10K jshint
// error messages or fine-tune .jshintrc file.
'js/*.js'
]
},