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 a976ec3605
commit f2c6d185ab
2 changed files with 0 additions and 5 deletions

View file

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