You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
fails when failOnError or failOnWarning enabled (#72) (8a72a8a)