0.0.4 • Published 6 years ago

gulp-lesshint-table-stylish v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

gulp-lesshint-table-stylish

A table stylish for gulp-lesshint plugin

Usage

const lesshint = require('gulp-lesshint');
const stylish = require('gulp-lesshint-table-stylish');

gulp.task('default', () =>
    gulp.src(['file.js'])
        .pipe(lesshint())
        .pipe(lesshint.reporter(stylish))
);