Skip to content

Commit

Permalink
style(markdown-renderer): disable no-img-element
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoAnjos16 committed May 12, 2022
1 parent d82dc58 commit aa4babd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/markdown-renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const components = {
<td className={styles.td} {...props} />
),
img: ({ node, ...props }: Component) => (
// eslint-disable-next-line @next/next/no-img-element
<img className={styles.img} {...props} />
),
}
Expand Down

0 comments on commit aa4babd

Please sign in to comment.