Skip to content

sample code in README.md should be .css and not .js #4

@jfroffice

Description

@jfroffice
gulp.task('lint', function() {
  gulp.files('css/*.css')
    .pipe(csslint())
    .pipe(csslint.reporter(customReporter));
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions