mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Remove outdated references to lint rule jsdoc/valid-types.
This commit is contained in:
parent
a976ec3605
commit
f2c6d185ab
2 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import { filterByTypesCached } from "./cache.mjs";
|
|||
|
||||
const codeFencePrefixRe = /^(.*?)[`~]/;
|
||||
|
||||
// eslint-disable-next-line jsdoc/valid-types
|
||||
/** @typedef {readonly string[]} ReadonlyStringArray */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue