Skip to content

Commit 61fa488

Browse files
committed
Turn off incorrect eslint warning.
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent c9f1471 commit 61fa488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/doc-page.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const mdxComponents = {
2222
if (props.src.indexOf('//') << 0 && props.src.indexOf('../') << 0) {
2323
props.src = '../'+props.src
2424
}
25+
// eslint-disable-next-line
2526
return <img {...props}>{children}</img>;
2627
},
2728

0 commit comments

Comments
 (0)