Skip to content

Commit

Permalink
chore: remove unused eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 24, 2024
1 parent 18a8220 commit c0c81fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/task-runner/runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const {
)
.demand(1)
.help()
.alias('h', 'help') // eslint-disable-line newline-per-chained-call
.alias('h', 'help')
.version()
.alias('v', 'version').argv; // eslint-disable-line newline-per-chained-call
.alias('v', 'version').argv;

// if this is true, we log as much as we can
const VERBOSE = IS_VERBOSE || IS_DEBUG;
Expand Down

0 comments on commit c0c81fb

Please sign in to comment.