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
typescript-tslint fails on deprecation warning from tslint #1174
Comments
|
ESLint all over again... We have following options:
|
The warning is on stderr, while the json is on stdout. Doesn't flycheck distinguish between these? |
@asmundg Not that I know of; for the longest time, Emacs didn't have a clean way to distinguish between them. |
@Simplify I like options 1 and 2 (with a slight preference for 1) |
Hi everyone! Is it possible that this cause an error with tide package I've experienced today? ananthakumaran/tide#89 |
@turboMaCk Hard to say: your bug report doesn't mention what the error is. |
@cpitclaudel Thanks for blazingly fast response and sorry for confusion. Actual error is in title of issue + now I've also put it in desc. it's this one.
|
I don't think your issue is related. I posted on your original bug report. |
@turboMaCk Looks that you have installed older version of Flycheck without |
@Simplify Yeah I think so. Upgrading packages with |
@asmundg |
@anvesh48 it depends on the context, but if the problem is multiple projects depending on different tslint versions, this can be fixed fixed by using the local tslint version instead of the global one (adapted from http://emacs.stackexchange.com/questions/21205/flycheck-with-file-relative-eslint-executable):
|
Given the following tslint.json
tslint produces the following output:
This causes typescript-tslint to fail:
The text was updated successfully, but these errors were encountered: