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 f23da17 commit d3f8f6aCopy full SHA for d3f8f6a
src/formatter/webpack-formatter.ts
@@ -15,7 +15,7 @@ function createWebpackFormatter(formatter: Formatter): Formatter {
15
const severity = issue.severity.toUpperCase();
16
17
if (issue.file) {
18
- let location = chalk.whiteBright.bold(relativeToContext(issue.file, process.cwd()));
+ let location = chalk.bold(relativeToContext(issue.file, process.cwd()));
19
if (issue.location) {
20
location += ` ${chalk.green.bold(formatIssueLocation(issue.location))}`;
21
}
0 commit comments