-
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
feat(TypeScript): enable 'noUnusedLocals' options #1969
Comments
And we could be able to disable tslint's |
@saneyuki , please aggregate into single issue to track enabling TS 2.0 specific features. I don't think it's need to be tracked as separated issue for each options. |
Long-hanging task tracking issue #1837 can be used for those purpose. |
Duplicated #1837 |
I'll reopen as a separated tracking issue. |
If we replace tslint's The result of
|
real | user | sys | |
---|---|---|---|
before | 6.85 | 6.97 | 0.28 |
after | 5.26 | 5.16 | 0.29 |
as this issue is discussed in #2104 and concluded to not to introduce compiler level option, I believe issue can be closed. |
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. |
no-unused-variable
.The text was updated successfully, but these errors were encountered: