jrparish / tslint-webpack-plugin

TSLint plugin for Webpack
MIT License
20 stars 9 forks source link

Lint errors should fail the webpack build #5

Closed pelotom closed 5 years ago

pelotom commented 7 years ago

My expectation is that lint warnings should not fail the webpack build but lint errors should; this is the behavior of tslint-loader, fork-ts-checker-webpack-plugin and ts-checker-webpack-plugin.

hupfaufnet commented 7 years ago

This would be a very good behavior for me too.

vreality64 commented 6 years ago

I agree.

I think this link will help solve the problem.

mischkl commented 6 years ago

+1

cajoy commented 6 years ago

Any progress on it?

SebastianStehle commented 5 years ago

My PR also fixes this issue: https://github.com/jrparish/tslint-webpack-plugin/pull/16

jrparish commented 5 years ago

Added in #16