mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01: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
|
|
@ -6,9 +6,7 @@ const { newLineRe } = require("../helpers");
|
|||
|
||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
||||
/** @typedef {import("markdownlint").MarkdownIt} MarkdownIt */
|
||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
||||
/** @typedef {import("markdownlint").MarkdownItToken} MarkdownItToken */
|
||||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/52529
|
||||
/** @typedef {import("markdownlint").Plugin} Plugin */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue