Skip to content

v2.5.0

Compare
Choose a tag to compare
@ricardogobbosouza ricardogobbosouza released this 04 Feb 22:04
· 117 commits to master since this release

2.5.0 (2021-02-04)

Refactor

  • Updates to emitError and emitWarning

Setting only emitError to true will no longer exclusively print files with errors
and disregard the files with warnings. Similarly, setting only emitWarning to true
will no longer exclusively print files with warnings disregard the files with errors.

  • fix: use quiet to override emitError and emitWarning
  • quiet is essentially syntactic sugar for setting emitError to true
    and emitWarning to false

Bug Fixes