Skip to content

Commit

Permalink
fix: prettier (close #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGlory committed Dec 22, 2023
1 parent 254ad45 commit 1baa92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/format-html.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import prettier from 'prettier'
import parserHTML from 'prettier/parser-html.js'
import * as parserHTML from 'prettier/plugins/html.js'

export async function formatHTML(html: string): Promise<string> {
return await prettier.format(html, {
Expand Down

0 comments on commit 1baa92b

Please sign in to comment.