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

@ -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.
*