Skip to content

Commit e4affd2

Browse files
committed
Edit and dim tag hints title
1 parent 92cbcef commit e4affd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/knip/src/reporters/util/configuration-hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const printConfigurationHints = ({
152152
}
153153

154154
if (tagHints.size > 0) {
155-
console.log(getColoredTitle('Tag issues', tagHints.size));
155+
console.log(getDimmedTitle('Tag hints', tagHints.size));
156156
for (const hint of tagHints) {
157157
const { filePath, identifier, tagName } = hint;
158158
const message = `Unused tag in ${toRelative(filePath, cwd)}:`;

0 commit comments

Comments
 (0)