palantir / grunt-tslint

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

Is it possible to use locally installed tslint? #61

Open basharov opened 7 years ago

basharov commented 7 years ago

We have multiple environments and can't make sure all the developers have the same TSLint installed globally. It's better to have tslint with an exact version in the package.json and make grunt-tslint work with it, rather than rely on the globally installed TSLint.

Is it possible to configure it like so? Thanks!