-
Notifications
You must be signed in to change notification settings - Fork 22
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
Some Feedback #6
Comments
Thank a lot @egamma !
Yes sure, I will update package.json
For the moment it search tslint.json in your project root.
I tell me if I should support that since tslint.json can declare rulesDirectory, no? Perhaps vscode-tslint does that to support any tslint version?
Yes sure. |
I agree that defining the There are other settings that vscode-tslint supports based on user requests so they should supported unless there is a reason for not doing it. Please see for the supported options. |
@egamma do you think we should expose those settings? |
@angelozerr yes I think we should add support for these settings to the (to be created) backlog. |
I understand that this is work in progress, but here is some initial feedback:
tslint.json
file location (--configFile
) or the location of additional rules (--rulesDirectory
). I assume that such settings can also be done inside the tsconfig.json?no-var-keyword
,no-trailing-whitespace
the tslint rules already provide a fix for these rules and the custom code fixes should not be needed.The text was updated successfully, but these errors were encountered: