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,