Skip to content

Commit

Permalink
Bump xo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zörb committed May 24, 2020
1 parent 2ba4f1b commit e38a07e
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 346 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const isAlias = (key) => {
return false;
}

const aliases = Object.keys(meowOpts.flags)
const aliases = Object.keys(meowOpts.flags) // eslint-disable-line unicorn/prefer-set-has
.filter((k) => meowOpts.flags[k].alias)
.map((k) => meowOpts.flags[k].alias);

Expand Down
Loading

0 comments on commit e38a07e

Please sign in to comment.