Skip to content

Commit 70875c5

Browse files
committed
Correct file extension in custom formatter example, closes #4
1 parent 98c1b28 commit 70875c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var customReporter = function(file) {
7979
};
8080

8181
gulp.task('lint', function() {
82-
gulp.files('lib/*.js')
82+
gulp.files('lib/*.css')
8383
.pipe(csslint())
8484
.pipe(csslint.reporter(customReporter));
8585
});

0 commit comments

Comments
 (0)