From 7fbb9d7bcda8d88bc1b7a50f4b479f8e9505cc25 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 14 Jun 2017 22:12:01 +0200 Subject: [PATCH] Remove uninstalled formatter. --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 4b31bea..18bfa37 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,7 +14,6 @@ module.exports = { loader: 'eslint-loader', options: { useEslintrc: false, - formatter: require('eslint-friendly-formatter'), emitWarning: true, emitError: true, failOnWarning: true,