beemojs / beemo

🤖 Centralized configuration layer for dev tools. Beep boop.
https://beemo.dev
MIT License
143 stars 9 forks source link

eslint formatting/color gets lost #60

Closed domoritz closed 5 years ago

domoritz commented 5 years ago

Is I run eslint, I get errors like

Screen Shot 2019-08-24 at 9 57 06 AM

With beemo, I get

Screen Shot 2019-08-24 at 9 57 31 AM

It would be nice if coloring was preserved.

milesj commented 5 years ago

@domoritz Color works on my end. Are you passing the --color option?

Also, what version of ESLint, Beemo, etc.

domoritz commented 5 years ago

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.

milesj commented 5 years ago

@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