Recently, we\'ve upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint task:
grunt eslint
> $ grunt eslint Running \"
gulp.task('eslint',function(){ return gulp.src(['src/*.js']) .pipe(eslint()) .pipe(eslint.format()) }); `touch .eslintrc` instead of .eslint
these two steps may help you!