You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.