palantir / grunt-tslint

A Grunt plugin for tslint.
Apache License 2.0
51 stars 37 forks source link

Support for tslint 6 #78

Open oranj opened 4 years ago

oranj commented 4 years ago

grunt-tslint expects peer dependencies of v5.

v6 has been officially out for a few weeks now.

Can we get an update to support that?

giladgray commented 4 years ago

@oranj would you be so kind as to submit a PR for this? change the dep to allow v5 OR v6. note that the only change in v6 is that tslint is now officially deprecated in favor of eslint.

adidahiya commented 4 years ago

There are a few other API changes in 6.0.0-beta0, as well as some bugfixes in 6.0.0, but none of them should require any functional code change in grunt-tslint. PRs welcome