Skip to content

Commit 466f80e

Browse files
authored
fix: remove unused types from types.ts (#462)
1 parent 094a59d commit 466f80e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import type {
3838
// Extensions (front matter)
3939
Yaml,
4040
} from "mdast";
41-
import type { Linter } from "eslint";
4241
import type {
4342
LanguageOptions,
4443
LanguageContext,
@@ -78,10 +77,6 @@ export interface Block extends Node, BlockBase {
7877
meta: string | null;
7978
}
8079

81-
export type Message = Linter.LintMessage;
82-
83-
export type RuleType = "problem" | "suggestion" | "layout";
84-
8580
/**
8681
* Markdown TOML.
8782
*/

0 commit comments

Comments
 (0)