From f2c6d185abf8b35a3d45f6b63c2ece24f381bf66 Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 15 Aug 2025 04:55:19 +0000 Subject: [PATCH] Remove outdated references to lint rule jsdoc/valid-types. --- lib/markdownlint.mjs | 4 ---- lib/md031.mjs | 1 - 2 files changed, 5 deletions(-) diff --git a/lib/markdownlint.mjs b/lib/markdownlint.mjs index ecd18110..e796f074 100644 --- a/lib/markdownlint.mjs +++ b/lib/markdownlint.mjs @@ -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. * diff --git a/lib/md031.mjs b/lib/md031.mjs index 3494561f..8d7ade69 100644 --- a/lib/md031.mjs +++ b/lib/md031.mjs @@ -6,7 +6,6 @@ import { filterByTypesCached } from "./cache.mjs"; const codeFencePrefixRe = /^(.*?)[`~]/; -// eslint-disable-next-line jsdoc/valid-types /** @typedef {readonly string[]} ReadonlyStringArray */ /**