Skip to content
Merged
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
5 changes: 0 additions & 5 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import type {
// Extensions (front matter)
Yaml,
} from "mdast";
import type { Linter } from "eslint";
import type {
LanguageOptions,
LanguageContext,
Expand Down Expand Up @@ -78,10 +77,6 @@ export interface Block extends Node, BlockBase {
meta: string | null;
}

export type Message = Linter.LintMessage;

export type RuleType = "problem" | "suggestion" | "layout";

/**
* Markdown TOML.
*/
Expand Down
Loading