-
Notifications
You must be signed in to change notification settings - Fork 3k
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
TSLint is really slow #1731
Comments
What part feels slow for you? I've never had large issues with perf on TSLint itself, but that's just my experience. Does your editor have a TSLint plugin to help linting warning as you go? |
There is discussion going on about a replacement that's based on TS language services (tslint can't do cross-file program analysis at present because it can't boot up a typechecker) |
@alexeagle our current travis config runs |
linking palantir/tslint#1131 for reference. |
just fyi, maybe https://github.com/eslint/typescript-eslint-parser this can shed light in further. (long, long time later since it's experimental for now..) |
When Lint extensions land in typescript it could solve the perf problem. microsoft/TypeScript#10162 |
This one is not immediate concern anymore by lint-stage hooks and we can improve over once we have better way, closing. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do we have any other alternatives to TSLint?
cc/ @alexeagle @robwormald @david-driscoll
The text was updated successfully, but these errors were encountered: