panuhorsmalahti / gulp-tslint

TypeScript linter plugin for Gulp
MIT License
118 stars 44 forks source link

Breaking changes in tslint version 5. Renamed failureCount to errorCount #113

Closed ghost closed 7 years ago

panuhorsmalahti commented 7 years ago

You should edit index.ts and then compile index.js.

ghost commented 7 years ago

OK I just did that. Sorry about that.

Connormiha commented 7 years ago

You should edit index.ts and then compile index.js.

And also update package.json deps

ChrisMBarr commented 7 years ago

Keep in mind that with TSlint 5 rules can now have either error or warning severity. You'll need to make sure that both errorCount list and warningCount are handled.

TSLint 5.0.0 release notes mentions all of this: https://github.com/palantir/tslint/releases/tag/5.0.0

panuhorsmalahti commented 7 years ago

Good point, that must be fixed too. There's quite a few changes in tslint 5.0, I'll need to have a better look if other changes are necessary.

amirburbea commented 7 years ago

So when will this be the version in npm??

panuhorsmalahti commented 7 years ago

Released now.