Eslint Loader Versions Save

[DEPRECATED] A ESlint loader for webpack

1.6.1

7 years ago
  • Fixed: multiples config per instance are now supported (#105 - @jaythomas and @jameslnewell)

1.6.0

7 years ago
  • Added: Option to generate report file (#118 - @vidhill)

1.5.0

7 years ago
  • Added: cache options (#93 - @genintho)

1.4.1

7 years ago
  • Fixed: .eslintignore is not ignored anymore (eslint 3.x regression) (#99 - @waiterZen)

1.4.0

7 years ago
  • Added: support for eslint@^3.0.0 (#96)

1.3.0

8 years ago
  • Added: support for eslint@^2.0.0 (#81)

1.2.1

8 years ago
  • Updated: object-assign dependency (#77)

1.2.0

8 years ago
  • Added: this loader now pass down the input source map to the next chained loader if it exists (#70).

1.1.1

8 years ago
  • Fixed: failOnError and failOnWarning now print messages.

1.1.0

8 years ago
  • Added: fix option to enable ESLint auto fix feature.