gulp-lesshint-table-stylish
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

# 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))
);

Package Sidebar

Install

npm i gulp-lesshint-table-stylish

Weekly Downloads

2

Version

0.0.4

License

ISC

Last publish

Collaborators

  • zloywolk