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

1.6.1

02 Nov 08:54
81d743b
Compare
Choose a tag to compare

1.6.0

17 Oct 06:47
570730c
Compare
Choose a tag to compare

1.5.0

28 Jul 06:10
08f0c2d
Compare
Choose a tag to compare

1.4.1

07 Jul 03:53
347af30
Compare
Choose a tag to compare
  • Fixed: .eslintignore is not ignored anymore (eslint 3.x regression)
    (#99 - @waiterZen)

1.4.0

02 Jul 03:43
15756d6
Compare
Choose a tag to compare
  • Added: support for eslint@^3.0.0
    (#96)

1.3.0

17 Feb 06:24
Compare
Choose a tag to compare
  • Added: support for eslint@^2.0.0
    (#81)

1.2.1

26 Jan 20:12
Compare
Choose a tag to compare
  • Updated: object-assign dependency
    (#77)

1.2.0

02 Jan 21:45
Compare
Choose a tag to compare
  • Added: this loader now pass down the input source map to the next chained
    loader if it exists
    (#70).

1.1.1

01 Nov 17:57
Compare
Choose a tag to compare
  • Fixed: failOnError and failOnWarning now print messages.

1.1.0

08 Oct 14:13
Compare
Choose a tag to compare
  • Added: fix option to enable ESLint auto fix feature.