angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Running rules with --check-type #39

Open gfx opened 7 years ago

gfx commented 7 years ago

https://github.com/Microsoft/vscode-tslint/issues/70

@egamma said:

I'm closing this issue, the right way to support this feature request is the tslint-language-server plugin.

For now, tslint-langauge-service does not support --type-check, so I've opened it here.

egamma commented 7 years ago

@gfx the tslint-language-service should support rules which require --type-check, it passes a program to the tslint. Do you have a test case where this doesn't work.