Skip to content

Commit 7d6a2a8

Browse files
authored
fix!: remove deprecated nodeType property (eslint#265)
1 parent acc623c commit 7d6a2a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/core/src/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -575,12 +575,6 @@ export interface LintMessage {
575575
/** The ID of the message in the rule's meta. */
576576
messageId?: string | undefined;
577577

578-
/**
579-
* Type of node.
580-
* @deprecated `nodeType` is deprecated and will be removed in the next major version.
581-
*/
582-
nodeType?: string | undefined;
583-
584578
/** If `true` then this is a fatal error. */
585579
fatal?: true | undefined;
586580

0 commit comments

Comments
 (0)