If I try to do just `gulp.task('lint', tslint);` as the readme suggests, I get: ``` Error: ENOENT: no such file or directory, open 'tslint.json' ```
If I try to do just
gulp.task('lint', tslint);as the readme suggests, I get: