Skip to content

Commit 1ce58e6

Browse files
committed
Use eslint-disable-next-line
1 parent 03192ef commit 1ce58e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/util/log.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
*/
77
function log(message) {
88
if (!/\=-(f|-format)=/.test(process.argv.join('='))) {
9-
/* eslint-disable no-console */
9+
// eslint-disable-next-line no-console
1010
console.log(message);
11-
/* eslint-enable no-console */
1211
}
1312
}
1413

0 commit comments

Comments
 (0)