mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-08 08:04:08 +08:00
Tweak colors for better contrast on Windows (#2180)
This commit is contained in:
@@ -104,13 +104,13 @@ module.exports = function createWebpackCompiler(config, onReadyCallback) {
|
||||
// Teach some ESLint tricks.
|
||||
console.log(
|
||||
'Search for the ' +
|
||||
chalk.underline('rule keywords') +
|
||||
chalk.underline(chalk.yellow('rule keywords')) +
|
||||
' to learn more about each warning.'
|
||||
);
|
||||
console.log(
|
||||
'To ignore, add ' +
|
||||
chalk.yellow('// eslint-disable-next-line') +
|
||||
' to the previous line.'
|
||||
chalk.cyan('// eslint-disable-next-line') +
|
||||
' to the line before.'
|
||||
);
|
||||
console.log();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user