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

0.5.0

Compare
Choose a tag to compare
@MoOx MoOx released this 11 Mar 07:00
· 210 commits to master since this release
  • 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