Skip to content

Commit 9ac9f29

Browse files
authored
chore(validator): remove old todo comment (#250)
1 parent 1bba005 commit 9ac9f29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/validator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const useChecker = (
3737

3838
if (!valid) { invalidPages.push(url) }
3939

40-
// TODO: investigate the many levels of default
4140
const formatter = couldFormat ? formatterFactory('codeframe') : await import('@html-validate/stylish').then(r => r.default?.default ?? r.default ?? r)
4241

4342
const formattedResult = formatter?.(results)

0 commit comments

Comments
 (0)