Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Releases: webpack-contrib/eslint-loader

2.1.2

05 Feb 08:02
Compare
Choose a tag to compare

2.1.1

2.1.0

19 Jul 15:01
3d63b44
Compare
Choose a tag to compare

2.0.0

26 Feb 10:07
1ed9dac
Compare
Choose a tag to compare

1.9.0

06 Jul 06:32
74709ef
Compare
Choose a tag to compare
  • Added: eslintPath option so you can provide your own eslint path.
    (#183 - @trungdq88)

1.8.0

15 Jun 07:54
579e727
Compare
Choose a tag to compare

1.7.1

31 Mar 05:29
56ad1d8
Compare
Choose a tag to compare

1.7.0

23 Mar 06:39
966157c
Compare
Choose a tag to compare
  • Fixed: outputReport option writes report for last file checked only
    (#160 - @deryni)
  • Added: use babel loader fs cache as the default caching engine
    (#159 - @viankakrisna)

1.6.3

22 Feb 11:07
d7f003d
Compare
Choose a tag to compare
  • Fixed: ignore cache when eslint rules have changed
    (#151 - @wrakky)

1.6.2

22 Feb 08:30
40567da
Compare
Choose a tag to compare
  • Fixed: fallback to OS temp directory if findCacheDir fails
    (#154 - @viankakrisna)
  • Fixed: loader-utils deprecation warning by upgrading to v1.0.0
    (#155 - @fknussel)