github webpack-contrib/eslint-webpack-plugin v2.5.0

latest releases: v4.2.0, v4.1.0, v4.0.1...
3 years ago

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

Don't miss a new eslint-webpack-plugin release

NewReleases is sending notifications on new releases.