Remove outdated references to lint rule jsdoc/valid-types.

This commit is contained in:
David Anson 2025-08-15 04:55:19 +00:00
parent b3180b7567
commit e3f1b1915f
2 changed files with 0 additions and 5 deletions

View file

@ -1346,8 +1346,6 @@ export function getVersion() {
* @returns {void}
*/
/* eslint-disable jsdoc/valid-types */
/**
* Rule parameters.
*
@ -1360,8 +1358,6 @@ export function getVersion() {
* @property {string} version Version of the markdownlint library.
*/
/* eslint-enable jsdoc/valid-types */
/**
* Markdown parser data.
*

View file

@ -6,7 +6,6 @@ import { filterByTypesCached } from "./cache.mjs";
const codeFencePrefixRe = /^(.*?)[`~]/;
// eslint-disable-next-line jsdoc/valid-types
/** @typedef {readonly string[]} ReadonlyStringArray */
/**