ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 0725b374246b5779772f2d2fe4ea12be5c07c58a
parent be2faedb18f908e3da6c72c50deea7e6046abefc
Author: Mike Nason <michael@nason.us>
Date:   Sat, 28 Feb 2015 14:22:05 -0800

Use ESLint Loader

Diffstat:
Mpackage.json | 1+
Mwebpack.config.js | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -30,6 +30,7 @@ "css-loader": "^0.9.1", "del": "^1.1.1", "eslint": "^0.15.1", + "eslint-loader": "^0.4.0", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.1.0", "gulp-cache": "^0.2.8", diff --git a/webpack.config.js b/webpack.config.js @@ -54,7 +54,7 @@ var config = { { test: /\.js$/, exclude: /node_modules/, - loader: 'jshint' + loader: 'eslint-loader' } ],