chore(deps): update dependency prettier to v3 (#2257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
renovate[bot] 2023-08-02 10:37:43 +00:00 committed by GitHub
parent d975c6fc2c
commit 8df73b13bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 17 deletions

View file

@ -71,7 +71,7 @@ async function render(input: string, options?: ContentParseOptions) {
const serializedText = treeToText(tree).trim()
try {
formatted = format(html, {
formatted = await format(html, {
parser: 'html',
})
}