From de1563b9a06991450d88fd697ee03c947606a075 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 31 Mar 2026 18:47:51 -0300 Subject: inconsequential eslint fixes --- src/common-util/wiki-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common-util') diff --git a/src/common-util/wiki-data.js b/src/common-util/wiki-data.js index ff325b7a..74222e9e 100644 --- a/src/common-util/wiki-data.js +++ b/src/common-util/wiki-data.js @@ -575,7 +575,7 @@ export function* matchMarkdownLinks(markdownSource, {marked}) { // This is just an optimization. Don't let Marked try to process tokens // recursively, i.e. within the text/label of the link. We only care about // the text itself, as a string. - lexer.inlineTokens = x => []; + lexer.inlineTokens = _x => []; // This is cheating, because the lexer's tokenizer is a private property, // but we can apparently access it anyway. -- cgit 1.3.0-6-gf8a5