Skip to content

Commit

Permalink
Remove DisableReportRange.unusedRule from types (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Jun 5, 2021
1 parent ffdf6af commit ec2dcd9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/stylelint/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ declare module 'stylelint' {
rule: string;
start: number;
end?: number;

// This is for backwards-compatibility with formatters that were written
// when this name was used instead of `rule`. It should be avoided for new
// formatters.
unusedRule: string;
};

export type RangeType = DisabledRange & { used?: boolean };
Expand Down

0 comments on commit ec2dcd9

Please sign in to comment.