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

Support tslint 5.11 and newer #104

Closed jmosbech closed 5 years ago

jmosbech commented 5 years ago

It seems the tslint-cli.js script was renamed to tslintCli.js in the main tslint repo sometime between 5.10 and 5.17.

This PR adds support for the new name.

jmosbech commented 5 years ago

You're welcome. When you get the time it would be awesome if you could publish a new version on NuGet.

Thanks for all your work!

JoshuaKGoldberg commented 5 years ago

You're absolutely right, sorry for the delay! Will get this uploaded to NuGet soon.

For transparency, the site is giving 500 errors on Chrome when uploading packages. I'll try to get my account credentials working for direct CLI uploads, or on Edge. Classic Microsoft. 😔

In the meantime, for anyone onlooking, you'll want to set your TSLintPotentialCli prop manually.

JoshuaKGoldberg commented 5 years ago

Hi again @jmosbech - it's uploaded! https://www.nuget.org/packages/TSLint.MSBuild/2.0.1.

https://github.com/NuGet/NuGetGallery/issues/5735 tracks the errors I was getting.