From 226388b209fc566a0aeaa9c7a985799d178f2f6b Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 29 May 2017 09:22:58 +0200 Subject: [PATCH] Linting --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 5e4659c..319532c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,7 +25,7 @@ module.exports = { test: /\.js$/, use: [ 'babel-loader', - 'eslint-loader', + 'eslint-loader' ], include: src },