Skip to content

Commit

Permalink
ignore type error because src/typings/enquirer.d.ts is not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Nov 5, 2023
1 parent 792231a commit a7255a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export async function promptToInputRuleIds(ruleIdsInResults: string[]): Promise<
name: 'ruleIds',
type: 'multiselect',
message: 'Which rules would you like to apply action?',
// @ts-expect-error
hint: 'Select all you want with <space> key.',
choices: ruleIdsInResults,
validate(value) {
Expand Down

0 comments on commit a7255a6

Please sign in to comment.