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 1bba005 commit 9ac9f29Copy full SHA for 9ac9f29
src/runtime/validator.ts
@@ -37,7 +37,6 @@ export const useChecker = (
37
38
if (!valid) { invalidPages.push(url) }
39
40
- // TODO: investigate the many levels of default
41
const formatter = couldFormat ? formatterFactory('codeframe') : await import('@html-validate/stylish').then(r => r.default?.default ?? r.default ?? r)
42
43
const formattedResult = formatter?.(results)
0 commit comments