mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 09:55:43 +08:00
"rule keywords" => "keywords"
This commit is contained in:
2
packages/react-dev-utils/eslintFormatter.js
vendored
2
packages/react-dev-utils/eslintFormatter.js
vendored
@@ -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.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user