Skip to content

Commit 6455a31

Browse files
committed
Disable lint rule for offending line
1 parent edf8164 commit 6455a31

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/lint/license-header/bin

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/lint/license-header/bin/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function main() {
7070
header = reFromString( header );
7171
if ( header === null ) {
7272
process.exitCode = 1;
73-
return console.error( 'Error: invalid header option. Unable to generate regular expression. Option: %s', flags.header );
73+
return console.error( 'Error: invalid header option. Unable to generate regular expression. Option: %s', flags.header ); // eslint-disable-line no-console
7474
}
7575
}
7676
if ( !process.stdin.isTTY ) {

0 commit comments

Comments
 (0)