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

Add TSLintFileListDisabled property #72

Closed brettjacobson closed 7 years ago

brettjacobson commented 7 years ago

https://github.com/JoshuaKGoldberg/TSLint.MSBuild/issues/71

Added property TSLintFileListDisabled, to prevent passing the files list on the command line, but instead expect to pull them from the Project setting file (tsconfig.json type file). Fixed old TSLintCliLocalTSLint test that was failing. Updated to v1.1.0

JoshuaKGoldberg commented 7 years ago

Other than merge conflicts (you'll need to rebase) LGTM!

brettjacobson commented 7 years ago

Okay I think I got things resolved!

JoshuaKGoldberg commented 7 years ago

:+1: LGTM. Thanks!

JoshuaKGoldberg commented 7 years ago

https://www.nuget.org/packages/TSLint.MSBuild/1.1.0