[grunt/eslint] correct comment

This commit is contained in:
spalger 2015-09-23 13:15:21 -07:00
parent 3510336077
commit 292a490730

View file

@ -13,7 +13,7 @@ module.exports = function (grunt) {
}
},
// just lint the source dir
// lint the source and fix any fixable errors
fixSource: {
options: {
cache: resolve(grunt.config.get('root'), '.eslint.fixSource.cache'),