Remove eslint formatter.

This commit is contained in:
Alexis Lahouze 2017-06-11 09:23:52 +02:00
parent 23d1189591
commit 20f50d533a
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -33,7 +33,6 @@ module.exports = {
loader: 'eslint-loader',
options: {
useEslintrc: false,
formatter: require('eslint-friendly-formatter'),
emitWarning: false,
emitError: true,
failOnWarning: false,