Skip to content

Commit

Permalink
Use eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev committed Jun 28, 2018
1 parent 03192ef commit 1ce58e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util/log.js
Expand Up @@ -6,9 +6,8 @@
*/
function log(message) {
if (!/\=-(f|-format)=/.test(process.argv.join('='))) {
/* eslint-disable no-console */
// eslint-disable-next-line no-console
console.log(message);
/* eslint-enable no-console */
}
}

Expand Down

0 comments on commit 1ce58e6

Please sign in to comment.