0.1.1 • Published 8 years ago

gulp-es6-import-validate v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

gulp-es6-import-validate

A gulp plugin to validate ES6 harmony module import statements

Installation

npm install gulp-es6-import-validate

Usage

var gulp = require('gulp')
  , validate = require('gulp-es6-import-validate');

var settings = {
};

gulp.task('invalidate', function () {
  return gulp.src('*')
    .pipe(validate(settings));
});

If you like this project, please watch this and follow me.

Contributors

Here is a list of Contributors

TODO

I accept pull requests and guarantee a reply back within a day

License

MIT/X11

Bug Reports

Report here. Guaranteed reply within a day.

Contact

Pavan Kumar Sunkara (pavan.sss1991@gmail.com)

Follow me on github, twitter