-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display better error messages #108
Comments
Problems occur with
while e.g
|
@almondtools any workaround? I'm experiencing the same issue. Super frustrating when enabling tslint on an existing codebase. Could take a long time to hunt down these errors. |
I tried to fix this issue in a fork, yet this lets every unit test fail. So this would have meant a complete API change and I think it should be confirmed by the project owner. However I found out that a custom formatter has access to more information. Look at the file customFormatter.js and prepend |
Took some trial-and-error to get it right. Options:
I created the file Thanks for the help! |
I have my tslint-loader configured like this:
Is there a way to improve the error messages from this:
The text was updated successfully, but these errors were encountered: