Skip to content

Commit

Permalink
Remove unnecessary eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 12, 2016
1 parent 69fc5c7 commit 0eaa431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/run-compilation.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = function runCompilation(options, compiler, done) {
console.log(chalk.red(err));
});

// eslint-disable-next-line no-unused-expressions
compiler.plugin('compilation', function (compilation) {
if (warnings.length) {
compilation.warnings.push(chalk.yellow(options.formatter(warnings)));
Expand Down

0 comments on commit 0eaa431

Please sign in to comment.