Skip to content

Commit

Permalink
drop unused eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 2, 2024
1 parent f5e2be3 commit 0140d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/inquirer/src/ui/prompt.mts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const _ = {
function anySignal(...signals: (AbortSignal | undefined)[]) {
const isSignal = (signal: AbortSignal | undefined): signal is AbortSignal =>
signal !== undefined;
// eslint-disable-next-line n/no-unsupported-features/node-builtins
return AbortSignal.any(signals.filter(isSignal));
}

Expand Down

0 comments on commit 0140d6f

Please sign in to comment.