Skip to content

Commit 2fb2144

Browse files
committed
fix(linting): no-unused-vars
1 parent 0aa1d01 commit 2fb2144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/debug.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* istanbul ignore next */
22
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
3+
// eslint-disable-next-line no-console
34
? (...a) => console.error(...a)
45
: () => {}

0 commit comments

Comments
 (0)