I have tried to install this plugin: Web Analyzer, but unfortunately it can not be installed in VS 2017. It showed:
VSIXInstaller.NoApplicableSKUsExce
Now that TypeScript has language server plugins support and there's TSLint plugin, another option is available:
tslint.json in C:\Program Files (x86)\Microsoft SDKs\TypeScript\2.3 or any of its parent directories and run npm install typescript tslint tslint-language-service (Visual Studio doesn't search for tslint.json or plugins in the project folder)"plugins": [{ "name": "tslint-language-service" }] to compilerOptions in your tsconfig.jsonNow TSLint in Visual Studio should work: