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

0.9.0

29 Mar 05:58
Compare
Choose a tag to compare
  • Changed: upgrade to eslint 0.18.x

0.8.0

27 Mar 08:46
Compare
Choose a tag to compare
  • Changed: reporter is now formatter option to fit eslint name
  • Changed: plugin is now async as it don't need to be sync
  • Added: options are supported as query strings

0.7.0

15 Mar 19:35
Compare
Choose a tag to compare
  • Changed: upgrade to eslint 0.17.x
  • Added: failOnError option
  • Added: failOnWarning option

0.6.0

11 Mar 07:38
Compare
Choose a tag to compare
  • Changed: reporter now automatically drop lines that contains the filename in the reporter output.
    That mean you can use official or community reporters without worring to see lot of lines with <text> as filename :)

0.5.0

11 Mar 07:00
Compare
Choose a tag to compare
  • Changed: upgrade to eslint 0.16.x
  • Changed: emitErrors is now emitError
  • Changed: loader now use webpack.emitError or webpack.emitWarning automatically (according to eslint configuration).
    You can still override by using emitError or emitWarning options to override this behavior
  • Added: emitWarning can force eslint to report warning instead of the default behavior (see above)
  • Added: quiet option to hide warnings

0.4.0

23 Feb 18:46
Compare
Choose a tag to compare
  • Changed: upgrate to eslint 0.15.x
  • Changed: more readable default reporter
  • Added: reporter options allow to define a custom reporter function

0.3.0

10 Feb 07:48
Compare
Choose a tag to compare
  • Changed: upgrade to eslint 0.14.x

0.2.1

27 Jan 08:30
Compare
Choose a tag to compare
  • Changed: Upgrade eslint to 0.13.0

0.2.0

23 Jan 15:58
Compare
Choose a tag to compare
  • Upgrade eslint to 0.12.0
  • Enable loading of eslint config from webpack config, .eslintrc, or package.json