in gulpfile.js [16:21]
function taskJSLint (cb) { src(['gulpfile.js']) .pipe(eslint()) .pipe(eslint.format()) .on('finish', cb) }