There was an error while loading. Please reload this page.
nodeType
1 parent 7255100 commit d800559Copy full SHA for d800559
1 file changed
packages/core/src/types.ts
@@ -484,12 +484,6 @@ type RuleFixer = (
484
) => RuleTextEdit | Iterable<RuleTextEdit> | null;
485
486
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
-
493
/**
494
* The data to insert into the message.
495
*/
0 commit comments