mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-07-03 17:34:18 +02:00
chore: lint:typescript
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ const relativeLinksRule = {
|
||||
filterTokens(params, "inline", (token) => {
|
||||
const children = token.children ?? []
|
||||
for (const child of children) {
|
||||
const { type, attrs, lineNumber } = child
|
||||
const { type, lineNumber } = child
|
||||
const attrs = child.attrs ?? []
|
||||
|
||||
/** @type {string | undefined} */
|
||||
let hrefSrc
|
||||
|
||||
Reference in New Issue
Block a user