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

"rule keywords" => "keywords"

parent 55afd862
Showing with 3 additions and 3 deletions
+3 -3
......@@ -159,7 +159,7 @@ function createCompiler(webpack, config, appName, urls, useYarn) {
// Teach some ESLint tricks.
console.log(
'\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) +
chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.'
);
console.log(
......
......@@ -74,7 +74,7 @@ function formatter(results) {
// we can only be sure it's an ESLint error before exiting
// this function.
output += 'Search for the ' +
chalk.underline(chalk.red('rule keywords')) +
chalk.underline(chalk.red('keywords')) +
' to learn more about each error.';
}
......
......@@ -62,7 +62,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
console.log(warnings.join('\n\n'));
console.log(
'\nSearch for the ' +
chalk.underline(chalk.yellow('rule keywords')) +
chalk.underline(chalk.yellow('keywords')) +
' to learn more about each warning.'
);
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