mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove outdated use of "@ts-expect-error https://github.com/microsoft/TypeScript/issues/52529".
This commit is contained in:
parent
dbf828c493
commit
d02090db2c
3 changed files with 0 additions and 6 deletions
|
@ -9,11 +9,8 @@ const { newLineRe, nextLinesRe } = require("./shared.cjs");
|
||||||
module.exports.newLineRe = newLineRe;
|
module.exports.newLineRe = newLineRe;
|
||||||
module.exports.nextLinesRe = nextLinesRe;
|
module.exports.nextLinesRe = nextLinesRe;
|
||||||
|
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("../lib/exports.mjs").RuleOnError} RuleOnError */
|
/** @typedef {import("../lib/exports.mjs").RuleOnError} RuleOnError */
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("../lib/exports.mjs").RuleOnErrorFixInfo} RuleOnErrorFixInfo */
|
/** @typedef {import("../lib/exports.mjs").RuleOnErrorFixInfo} RuleOnErrorFixInfo */
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("../lib/exports.mjs").MicromarkToken} MicromarkToken */
|
/** @typedef {import("../lib/exports.mjs").MicromarkToken} MicromarkToken */
|
||||||
// eslint-disable-next-line jsdoc/valid-types
|
// eslint-disable-next-line jsdoc/valid-types
|
||||||
/** @typedef {import("micromark-extension-gfm-footnote", { with: { "resolution-mode": "import" } })} */
|
/** @typedef {import("micromark-extension-gfm-footnote", { with: { "resolution-mode": "import" } })} */
|
||||||
|
|
|
@ -6,7 +6,6 @@ const { flatTokensSymbol, htmlFlowSymbol } = require("./shared.cjs");
|
||||||
|
|
||||||
// eslint-disable-next-line jsdoc/valid-types
|
// eslint-disable-next-line jsdoc/valid-types
|
||||||
/** @typedef {import("micromark-util-types", { with: { "resolution-mode": "import" } }).TokenType} TokenType */
|
/** @typedef {import("micromark-util-types", { with: { "resolution-mode": "import" } }).TokenType} TokenType */
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("../lib/exports.mjs").MicromarkToken} Token */
|
/** @typedef {import("../lib/exports.mjs").MicromarkToken} Token */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -6,9 +6,7 @@ const { newLineRe } = require("../helpers");
|
||||||
|
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
||||||
/** @typedef {import("markdownlint").MarkdownIt} MarkdownIt */
|
/** @typedef {import("markdownlint").MarkdownIt} MarkdownIt */
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("markdownlint").MarkdownItToken} MarkdownItToken */
|
/** @typedef {import("markdownlint").MarkdownItToken} MarkdownItToken */
|
||||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
|
||||||
/** @typedef {import("markdownlint").Plugin} Plugin */
|
/** @typedef {import("markdownlint").Plugin} Plugin */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue