Skip to content

Commit

Permalink
Update markdown-language.js
Browse files Browse the repository at this point in the history
fixes eslint#313 Remove typedef for a type not existing in @eslint/core
  • Loading branch information
danielrentz authored Jan 17, 2025
1 parent 47b9c9e commit a790c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language/markdown-language.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { gfm } from "micromark-extension-gfm";
/** @typedef {import("@eslint/core").File} File */
/** @typedef {import("@eslint/core").ParseResult<RootNode>} ParseResult */
/** @typedef {import("@eslint/core").OkParseResult<RootNode>} OkParseResult */
/** @typedef {import("@eslint/core").SyntaxElement} SyntaxElement */
/** @typedef {"commonmark"|"gfm"} ParserMode */

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit a790c77

Please sign in to comment.