We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207398f commit 06cd355Copy full SHA for 06cd355
src/runtime/validator.ts
@@ -39,7 +39,7 @@ export const useChecker = (
39
40
if (!valid) { invalidPages.push(url) }
41
42
- const formatter = couldFormat ? formatterFactory('codeframe') : await import('@html-validate/stylish').then(r => r.default?.default ?? r.default ?? r)
+ const formatter = couldFormat ? formatterFactory('codeframe') : formatterFactory('stylish')
43
44
const formattedResult = formatter?.(results)
45
const message = [
0 commit comments