Skip to content

Commit d800559

Browse files
authored
fix: remove unsupported nodeType from types (#268)
1 parent 7255100 commit d800559

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/core/src/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,6 @@ type RuleFixer = (
484484
) => RuleTextEdit | Iterable<RuleTextEdit> | null;
485485

486486
interface ViolationReportBase {
487-
/**
488-
* The type of node that the violation is for.
489-
* @deprecated May be removed in the future.
490-
*/
491-
nodeType?: string | undefined;
492-
493487
/**
494488
* The data to insert into the message.
495489
*/

0 commit comments

Comments
 (0)