Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Jul 26, 2023
1 parent 87ec6fb commit d0e2c12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ export function makeProgram(opts: ProgramOptions = {}): Command {
}
if (opts.suppressOutput) {
program.configureOutput({
// eslint-disable-next-line @typescript-eslint/no-empty-function
writeOut: () => {},
// eslint-disable-next-line @typescript-eslint/no-empty-function
writeErr: () => {},
})
}
Expand Down

0 comments on commit d0e2c12

Please sign in to comment.