Skip to content

Releases: webpack-contrib/eslint-webpack-plugin

v3.0.0

19 Jul 16:04
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

v2.5.4

19 Apr 17:24
Compare
Choose a tag to compare

2.5.4 (2021-04-19)

Bug Fixes

  • context with symbols (#94) (6fc6874)
  • resolve paths and normalize (#97) (818b825)
  • use finishModules if thread is less than or equal one (#95) (c12e7be)

v2.5.3

24 Mar 16:47
Compare
Choose a tag to compare

2.5.3 (2021-03-24)

Bug Fixes

  • allow multiple instances (#92) (0cdd621)
  • match hidden directories for path exclusions (#87) (bb8750c)

v2.5.2

18 Feb 15:28
Compare
Choose a tag to compare

2.5.2 (2021-02-18)

Bug Fixes

  • fail-on-error: show eslint errors when failOnError is disabled (#85) (69be533)

v2.5.1

12 Feb 21:16
Compare
Choose a tag to compare

2.5.1 (2021-02-12)

Bug Fixes

v2.5.0

04 Feb 22:04
Compare
Choose a tag to compare

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

v2.4.3

19 Jan 13:54
Compare
Choose a tag to compare

2.4.3 (2021-01-19)

Bug Fixes

v2.4.2

19 Jan 12:24
Compare
Choose a tag to compare

2.4.2 (2021-01-19)

Bug Fixes

v2.4.1

30 Nov 22:12
Compare
Choose a tag to compare

2.4.1 (2020-11-30)

Bug Fixes

Thanks to

v2.4.0

20 Nov 15:11
Compare
Choose a tag to compare

2.4.0 (2020-11-20)

Features