Skip to content

Commit 0eaa431

Browse files
committed
Remove unnecessary eslint configuration
1 parent 69fc5c7 commit 0eaa431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/run-compilation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = function runCompilation(options, compiler, done) {
4040
console.log(chalk.red(err));
4141
});
4242

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

0 commit comments

Comments
 (0)