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:
emitErrorsis nowemitError - Changed: loader now use
webpack.emitErrororwebpack.emitWarningautomatically (according to eslint configuration).
You can still override by usingemitErrororemitWarningoptions to override this behavior - Added:
emitWarningcan force eslint to report warning instead of the default behavior (see above) - Added:
quietoption to hide warnings