refactor: fix deno lint no-unused-vars and verbatim-module-syntax

This commit is contained in:
Julien Oculi 2024-07-15 14:22:27 +02:00
parent a88178c2ce
commit 6eaf3b6083

View file

@ -4,6 +4,8 @@ import { render } from 'jsx-email'
import Turndown from 'turndown'
import type { JSX } from 'preact'
console.assert(React !== undefined)
const htmlToMd = new Turndown({
headingStyle: 'atx',
codeBlockStyle: 'fenced',