I'm looking for a way to configure my CI build to fail if TSLint warnings are emitted. The ts-checker-webpack-plugin supports this via a tslintEmitErrors configuration:
Report all TSLint failures as webpack errors regardless of the rule severity.
zinserjan/ts-checker-webpack-plugin#32
Is there a similar configuration for this library?
I'm looking for a way to configure my CI build to fail if TSLint warnings are emitted. The ts-checker-webpack-plugin supports this via a
tslintEmitErrorsconfiguration:zinserjan/ts-checker-webpack-plugin#32
Is there a similar configuration for this library?