Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading