From 20f50d533a13e4dba3036a449dd71531d3f099a4 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 11 Jun 2017 09:23:52 +0200 Subject: [PATCH] Remove eslint formatter. --- package.json | 1 - webpack.config.js | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 1808b3a..40ec44b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "eslint": "^3.19", "eslint-config-angular": "^0.5", "eslint-config-webpack": "^1.2.3", - "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-angular": "^2.4", "eslint-plugin-html": "^2.0", diff --git a/webpack.config.js b/webpack.config.js index d0f7af6..1697da1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,6 @@ module.exports = { loader: 'eslint-loader', options: { useEslintrc: false, - formatter: require('eslint-friendly-formatter'), emitWarning: false, emitError: true, failOnWarning: false,