Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(ci): fixes linting error in ci
fixed linting error
  • Loading branch information
pranshuchittora committed May 14, 2019
1 parent a9bc0bd commit cfc0117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -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;

Expand Down

0 comments on commit cfc0117

Please sign in to comment.