Skip to content

gulp-flow/gulp-flow-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-flow-eslint

ESLint bundle for gulp-flow.

Requirements

Install

npm install --save-dev gulp-flow-eslint

Usage

This bundle configure cfg.webpack and adds:

  • a rule to cfg.webpack.module.rules.
  • cfg.eslint.options (passed to the Webpack rule).

Task

A simple example:

gulpfile.js

require('gulp-flow-webpack');
require('gulp-flow-eslint');

That's all! You can run your tasks.

LICENSE

MIT (c) 2016, Nicolas Tallefourtane.

Author

Nicolas Tallefourtane - Nicolab.net
Nicolas Talle
Make a donation via Paypal

Releases

No releases published

Packages

No packages published