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 9217498 commit 938f908Copy full SHA for 938f908
lib/buildtools/src/commands/prebuild.ts
@@ -53,7 +53,7 @@ export const getLintCommand = () => new Command('lint')
53
logCommandErrorAndExit(resolveResult);
54
}
55
56
- const prefix = chalk.blueBright('[lintglobal]');
+ const prefix = chalk.blueBright('[lint]');
57
console.log(`${prefix} ${chalk.cyanBright(`Running ESLint v${ESLint.version}`)}`);
58
const { asset } = resolveResult;
59
0 commit comments