I think it would be useful to have some of the linter messages to be errors instead of warnings. For example: - **no-undef** (used undefined variable) Sometimes I don't pay attention to lint warnings and then only see errors when they happen at runtime. We could also format lint errors in a similar fashion babel loader reports, including code frame with location.