refactor: fix deno lint no-unused-vars
and verbatim-module-syntax
This commit is contained in:
parent
a88178c2ce
commit
6eaf3b6083
|
@ -4,6 +4,8 @@ import { render } from 'jsx-email'
|
||||||
import Turndown from 'turndown'
|
import Turndown from 'turndown'
|
||||||
import type { JSX } from 'preact'
|
import type { JSX } from 'preact'
|
||||||
|
|
||||||
|
console.assert(React !== undefined)
|
||||||
|
|
||||||
const htmlToMd = new Turndown({
|
const htmlToMd = new Turndown({
|
||||||
headingStyle: 'atx',
|
headingStyle: 'atx',
|
||||||
codeBlockStyle: 'fenced',
|
codeBlockStyle: 'fenced',
|
||||||
|
|
Loading…
Reference in a new issue