From cfc011778138e90568d78d4c0efd5c61ea68c577 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Tue, 14 May 2019 19:01:13 +0530 Subject: [PATCH] fix(ci): fixes linting error in ci fixed linting error --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 4bab14a192a..64208689099 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -107,7 +107,7 @@ For more information, see https://webpack.js.org/api/cli/.`); */ const stdout = argv.silent ? { - write: () => {} + write: () => {} } // eslint-disable-line : process.stdout;