diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index 4a7eac4ef..a2bd38034 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -575,12 +575,6 @@ export interface LintMessage { /** The ID of the message in the rule's meta. */ messageId?: string | undefined; - /** - * Type of node. - * @deprecated `nodeType` is deprecated and will be removed in the next major version. - */ - nodeType?: string | undefined; - /** If `true` then this is a fatal error. */ fatal?: true | undefined;