From 9f1deb2a85aaa1f98670065415c2461fd06544df Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Sat, 1 Jun 2019 21:52:24 +0530 Subject: [PATCH] chore(cli): fixes linting err fixes the linting err --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 47a29643138..bed161abea6 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -108,7 +108,7 @@ For more information, see https://webpack.js.org/api/cli/.`); */ const stdout = argv.silent ? { - write: () => {} + write: () => {} } // eslint-disable-line : process.stdout;