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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i gulp-lesshint-table-stylish

Weekly Downloads

1

Version

0.0.4

License

ISC

Last publish

Collaborators

  • zloywolk