gulp-eslint-if-fixed

1.0.0 • Public • Published

gulp-eslint-if-fixed

usage:

var eslintIfFixed = require('gulp-eslint-if-fixed');

+gulp.task('lint-fix', function() {
  return gulp.src('src/*.js')
    .pipe(eslint({fix:true}))
    .pipe(eslint.format())
    .pipe(eslintIfFixed('src'));
});

/gulp-eslint-if-fixed/

    Package Sidebar

    Install

    npm i gulp-eslint-if-fixed

    Weekly Downloads

    1,407

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • lukeapage