JoshuaKGoldberg / TSLint.MSBuild

[Deprecated] An MSBuild task for running TSLint.
https://www.nuget.org/packages/TSLint.MSBuild
MIT License
15 stars 13 forks source link

Run with latest tslint #40

Closed jonaskello closed 8 years ago

jonaskello commented 8 years ago

First, nice work on this! Now a question, at this time the latest tslint available on nuget is 3.7.4 as far as I can see. I would like use a later version of tslint, for example 3.11.0 which is the current version on github. I guess the correct way would be for TSLint 3.11.0 to be published to nuget. Just wanted to check if there is a workaround to force TSLint.MSBuild to use 3.11.0 while waiting for them to publish that version to nuget?

JoshuaKGoldberg commented 8 years ago

Thanks :)

Funny enough, I'm the one who publishes TSLint to NuGet. 3.11.0 has been pushed to nuget.org as of five minutes ago. Can you check it and confirm here it works as expected? Since 3.7.4 there have been changes to how the TypeScript peer dependency works; if those break things for you, we can work on ways around them.

If you end up waiting for a newer version in the future there are three things you can do:

jonaskello commented 8 years ago

I guess I was lucky to ask in the right place then :-). I can verity that the new nuget package works as expected. Thanks for the update and info!