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 92cbcef commit e4affd2Copy full SHA for e4affd2
packages/knip/src/reporters/util/configuration-hints.ts
@@ -152,7 +152,7 @@ export const printConfigurationHints = ({
152
}
153
154
if (tagHints.size > 0) {
155
- console.log(getColoredTitle('Tag issues', tagHints.size));
+ console.log(getDimmedTitle('Tag hints', tagHints.size));
156
for (const hint of tagHints) {
157
const { filePath, identifier, tagName } = hint;
158
const message = `Unused tag in ${toRelative(filePath, cwd)}:`;
0 commit comments