Releases: webpack-contrib/eslint-webpack-plugin
Releases · webpack-contrib/eslint-webpack-plugin
v3.0.0
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
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