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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2,023
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2,023

Package Sidebar

Install

npm i gulp-eslint-if-fixed

Weekly Downloads

2,023

Version

1.0.0

License

ISC

Last publish

Collaborators

  • lukeapage