Skip to content

Commit b659c16

Browse files
committed
Linter CLI: Update color for info severity in summary
1 parent a0ec12c commit b659c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/packages/linter/src/cli/summary-reporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class SummaryReporter {
6565
}
6666

6767
if (totalInfo > 0) {
68-
parts.push(colorize(colorize(`${totalInfo} info`, "brightBlue"), "bold"))
68+
parts.push(colorize(colorize(`${totalInfo} info`, "cyan"), "bold"))
6969
}
7070

7171
if (totalHints > 0) {

0 commit comments

Comments
 (0)