Skip to content

Commit d7394b7

Browse files
committed
refactor: remove useless directive
1 parent 95f67ab commit d7394b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/linter/reporters/console.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default issue => {
2323

2424
console.log(
2525
styleText(
26-
// @ts-expect-error ForegroundColors is not exported
2726
levelToColorMap[issue.level],
2827
`${issue.message} at ${issue.location.path}${position}`
2928
)

0 commit comments

Comments
 (0)