Gulp plugin wrapping the SCSS-Lint Ruby gem for linting SCSS/Sass files. Latest version is 0.0.5, last published in 2014. No active development since, effectively abandoned. Requires Ruby and the scss-lint gem installed separately. Provides gulp-compatible streaming with configurable reporters. Alternatives include stylelint with scss plugin (more modern, no Ruby dependency).
npm install gulp-scsslintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic gulp task that lints all .scss files using scss-lint and reports results.
Install Ruby and run 'gem install scss-lint'
Migrate to stylelint with stylelint-scss plugin
Set options.bin like 'bundle exec scss-lint' or full path
Avoid using --exclude; use gulp-filter instead
Install Ruby and run 'gem install scss-lint'
Use 'const scsslint = require('gulp-scsslint');'Run 'npm install gulp-scsslint --save-dev'
No dependency data recorded yet.