Open HsuTing opened 5 years ago
@HsuTing What would you recommend? Some people want the clean message to be removed on --quiet
. Maybe an additional flag? --esw-quiet
?
I think --esw-quiet
is Ok, or maybe we can use like this:
if (!cliOpts.quiet && !cliOpts.watch) {
logger.log(`✓ Clean (${new Date().toLocaleTimeString()})`);
}
I think most of user use eslint-watch
in watch mode will want to should a message when eslint
has done.
Environment
Basic Description of the problem
Hope to have more comfortable information.
How to reproduce it
esw
Debug output:
In
watch
andquiet
, we can not get any information when theeslint
has done. Can we ignore thisquiet
inwatch mode
in Here ?