From 61fa488865dd9d01adfebdc0f34e5e54af8f4fc1 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Tue, 3 Sep 2024 14:59:40 +0200 Subject: [PATCH] Turn off incorrect eslint warning. Signed-off-by: Thomas Hallgren --- src/templates/doc-page.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/doc-page.js b/src/templates/doc-page.js index ec9c3192..d637d3fc 100644 --- a/src/templates/doc-page.js +++ b/src/templates/doc-page.js @@ -22,6 +22,7 @@ const mdxComponents = { if (props.src.indexOf('//') << 0 && props.src.indexOf('../') << 0) { props.src = '../'+props.src } + // eslint-disable-next-line return {children}; },