panuhorsmalahti / gulp-tslint

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

tslint as a peer dependency #26

Closed ashwinr closed 8 years ago

ashwinr commented 9 years ago

TSLint now releases dev versions under the @next tag, which should be installable via gulp-tslint.

krtr commented 9 years ago

:+1:

panuhorsmalahti commented 9 years ago

Any concrete suggestions? I don't think the dependency should be changed to "tslint@next", right? grunt-tslint is still using a dependency and peerDependency.

ashwinr commented 9 years ago

can follow the same convention as https://github.com/palantir/grunt-tslint/blob/master/package.json. grunt-tslint only takes a peer dependency on tslint (the devDependency is for internal testing only and you don't need that).

panuhorsmalahti commented 9 years ago

I released a new version of gulp-tslint with the new tslint option. Check the readme for more information. I think this is sufficient, so the peerDependency change is not required.

panuhorsmalahti commented 8 years ago

gulp-tslint 4.x now uses tslint as a peer dependency.