TSLint support not available
Answered
I have Rider 2017.2.1.
I've followed the instructions on this page to try to get TSLint support: https://www.jetbrains.com/help/rider/Using_TSLint_Code_Quality_Tool.html
I have the NodeJS plugin installed:

I installed tslint with NPM and can see it in the devDependencies of my packages.json:
"tslint": "^5.4.3",
I go to Settings > Languages & Frameworks > TypeScript as instructed, but no TSLint option is available.

How do I enable it?
Please sign in to leave a comment.
Hello,
TSLint support was implemented only in Rider 2017.3, please find the latest EAP here: https://www.jetbrains.com/rider/eap/
Our apologies for an inaccuracy in the documentation, we will fix it shortly.
Thank you! This is such a useful feature that was available in VSCode but lacking in Rider. One less reason not toswap for the Visual Studio holdouts.