Skip to content

Commit 6c9cc20

Browse files
Merge pull request #98 from jucrouzet/patch-1
Clarification on README
2 parents b7955a4 + f64935b commit 6c9cc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ var tslint = require("tslint");
166166
gulp.task('lint', function() {
167167
var program = tslint.Linter.createProgram("./tsconfig.json");
168168

169-
// ...
170-
.pipe(gulpTslint({ program }))
169+
gulp.src('src/**/*.ts', { base: '.' })
170+
.pipe(gulpTslint({ program }))
171171
```
172172
173173
All default tslint options

0 commit comments

Comments
 (0)