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'));
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-eslint-if-fixed

Weekly Downloads

2,863

Version

1.0.0

License

ISC

Last publish

Collaborators

  • lukeapage