{"library":"gulp-lesshint","install":[{"cmd":"npm install gulp-lesshint","imports":["const lesshint = require('gulp-lesshint');","gulp.src('*.less').pipe(lesshint()).pipe(lesshint.reporter('reporter-name'))","const lesshint = require('gulp-lesshint'); ... .pipe(lesshint.failOnError())"]},{"cmd":"yarn add gulp-lesshint","imports":[]},{"cmd":"pnpm add gulp-lesshint","imports":[]}]}