"rule keywords" => "keywords"

This commit is contained in:
Dan Abramov
2017-05-18 22:46:30 +01:00
parent 55afd862c8
commit 43b819c2bb
3 changed files with 3 additions and 3 deletions

View File

@@ -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.';
}