mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove tokens property from RuleParams type definition (use parsers.markdownit.tokens instead). No change to runtime behavior.
This commit is contained in:
parent
b44566c6bc
commit
c44f165fe1
4 changed files with 1 additions and 9 deletions
|
|
@ -2965,7 +2965,6 @@ module.exports = markdownlint;
|
|||
*
|
||||
* @typedef {Object} RuleParams
|
||||
* @property {string} name File/string name.
|
||||
* @property {MarkdownItToken[]} tokens Token objects from markdown-it (deprecated, use parsers.markdownit.tokens).
|
||||
* @property {MarkdownParsers} parsers Markdown parser data.
|
||||
* @property {string[]} lines File/string lines.
|
||||
* @property {string[]} frontMatterLines Front matter lines.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue