Skip to content

Commit

Permalink
Update packages/core/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <[email protected]>
  • Loading branch information
nzakas and fasttime authored Oct 24, 2024
1 parent 9430d28 commit c5964d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ interface ViolationReportBase {
*/
fix?(
fixer: RuleTextEditor,
): RuleTextEdit | RuleTextEdit[] | IterableIterator<RuleTextEdit> | null;
): RuleTextEdit | Iterable<RuleTextEdit> | null;

/**
* An array of suggested fixes for the problem. These fixes may change the
Expand Down

0 comments on commit c5964d6

Please sign in to comment.