Skip to content

Commit

Permalink
chore(watch): address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj authored and JamesHenry committed Jan 1, 2023
1 parent d0ff610 commit b4c0f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lerna/commands/watch/command.js
Expand Up @@ -24,6 +24,7 @@ exports.builder = (yargs) => {
})
.middleware((args) => {
const { "--": underscore } = args;
// eslint-disable-next-line no-param-reassign
args.command = underscore?.[0];
}, true);

Expand Down

0 comments on commit b4c0f19

Please sign in to comment.