Closed jensfranke closed 7 years ago
Is there an option to use eslint-friendly-formatter together with eslint-loader in webpack?
eslint-loader
Found it:
test: /\.js$/, enforce: 'pre', loader: 'eslint-loader', exclude: /node_modules/, options: { emitWarning: true, formatter: require('eslint-friendly-formatter'), }
Is there an option to use eslint-friendly-formatter together with
eslint-loader
in webpack?