Closed domoritz closed 5 years ago
@domoritz Color works on my end. Are you passing the --color
option?
Also, what version of ESLint, Beemo, etc.
Ahh, I didn't know about the --color
option. Thanks! Is there a way to enable it y default for eslint (https://milesj.gitbook.io/beemo/driver/eslint)?
I'm using the latest versions but I guess that's not relevant anymore. Again, thank you for your response.
@domoritz I use a bootstrap file to always include those options: https://github.com/milesj/build-tool-config/blob/master/packages/config/index.js#L38
More info: https://milesj.gitbook.io/beemo/tool/events
Is I run eslint, I get errors like
With beemo, I get
It would be nice if coloring was preserved.