Commit 43b819c2 authored by Dan Abramov's avatar Dan Abramov
Browse files

"rule keywords" => "keywords"

parent 55afd862
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 3 additions and 3 deletions
+3 -3
...@@ -159,7 +159,7 @@ function createCompiler(webpack, config, appName, urls, useYarn) { ...@@ -159,7 +159,7 @@ function createCompiler(webpack, config, appName, urls, useYarn) {
// Teach some ESLint tricks. // Teach some ESLint tricks.
console.log( console.log(
'\nSearch for the ' + '\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) + chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.' ' to learn more about each warning.'
); );
console.log( console.log(
......
...@@ -74,7 +74,7 @@ function formatter(results) { ...@@ -74,7 +74,7 @@ function formatter(results) {
// we can only be sure it's an ESLint error before exiting // we can only be sure it's an ESLint error before exiting
// this function. // this function.
output += 'Search for the ' + output += 'Search for the ' +
chalk.underline(chalk.red('rule keywords')) + chalk.underline(chalk.red('keywords')) +
' to learn more about each error.'; ' to learn more about each error.';
} }
......
...@@ -62,7 +62,7 @@ measureFileSizesBeforeBuild(paths.appBuild) ...@@ -62,7 +62,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
console.log(warnings.join('\n\n')); console.log(warnings.join('\n\n'));
console.log( console.log(
'\nSearch for the ' + '\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) + chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.' ' to learn more about each warning.'
); );
console.log( console.log(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment