SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

Make `quiet` just hide warnings #371

Open SimenB opened 7 years ago

SimenB commented 7 years ago

Not stop console output.

It seems to be there just for testing purposes now. Should just mock out console.log if it's a big deal.

This would mirror eslint.

https://github.com/SimenB/stylint/blob/ac54e7bfead1685bd7ad854b1a37c22f99f70984/src/core/done.js#L33