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

Rename reporter to formatter #365

Closed SimenB closed 6 years ago

SimenB commented 7 years ago

More inline with eslint, csslint etc.

Reporter name comes from JSHint I think.

Maybe allow custom "reporter" as well. By default console.log but whatever can be plugged in. A formatter formats the default object.

SimenB commented 6 years ago

This is done in #424