Skip to content

Commit

Permalink
Turn off incorrect eslint warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <thomas@tada.se>
  • Loading branch information
thallgren committed Sep 3, 2024
1 parent c9f1471 commit 61fa488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/doc-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const mdxComponents = {
if (props.src.indexOf('//') << 0 && props.src.indexOf('../') << 0) {
props.src = '../'+props.src
}
// eslint-disable-next-line
return <img {...props}>{children}</img>;
},

Expand Down

0 comments on commit 61fa488

Please sign in to comment.