ESLint bundle for gulp-flow.
- gulp-flow must be installed.
- gulp-flow-webpack must be installed.
npm install --save-dev gulp-flow-eslint
This bundle configure cfg.webpack
and adds:
- a rule to
cfg.webpack.module.rules
. cfg.eslint.options
(passed to the Webpack rule).
A simple example:
gulpfile.js
require('gulp-flow-webpack');
require('gulp-flow-eslint');
That's all! You can run your tasks.
MIT (c) 2016, Nicolas Tallefourtane.
Nicolas Talle |