Gulp plugin for lint-ls, enabling linting of LiveScript files within Gulp build pipelines. Version 0.1.0 is the initial release with no further updates. It provides a simple Gulp plugin wrapper around lint-ls for LiveScript linting. Limited adoption and no tests included; likely experimental or deprecated.
npm install gulp-lint-lsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Gulp task with gulp-lint-ls to lint LiveScript files. Uses CommonJS require and invokes plugin as function.
Use alternative LiveScript linting tools or maintain fork.
Always invoke with parentheses: .pipe(ls())
Use default import: import ls from 'gulp-lint-ls' or require('gulp-lint-ls').Change .pipe(ls) to .pipe(ls())
Use import ls from 'gulp-lint-ls' instead of import { ls } from 'gulp-lint-ls'.