1. Lovingly craft a tslint.json file in your project directory
2. Run this command in your project directory:
npm install typescript tslint tslint-language-service
3. Add this to the compileroptions section of your tsconfig.json file:
"plugins": [
{
"name": "tslint-language-service"
}
]
4. Enjoy TSLint goodness in Visual Studio
Special thanks to Angelozerr for the service: https://github.com/angelozerr/tslint-language-service
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.