This repository was archived by the owner on Sep 28, 2020. It is now read-only.
0.5.0
- Changed: upgrade to eslint 0.16.x
- Changed:
emitErrors
is nowemitError
- Changed: loader now use
webpack.emitError
orwebpack.emitWarning
automatically (according to eslint configuration).
You can still override by usingemitError
oremitWarning
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