Grunt plugin to lint SCSS files using scss-lint (Ruby gem). Version 0.1.0, last updated 2014. Requires Ruby and scss-lint gem to be installed separately. Provides options for config file, exclude/inlude linters, and bundle exec support. Less active compared to modern alternatives like stylelint for SCSS.
npm install grunt-scsslintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Gruntfile configuration for the scsslint task with config file.
Install Ruby then run 'gem install scss-lint'.
Consider migrating to Dart Sass, stylelint, or other modern tools.
Use Node.js 0.8+ as specified; newer versions may cause issues.
Ensure 'grunt-scsslint' is in devDependencies and loadNpmTasks is in Gruntfile.
Run 'gem install scss-lint' in terminal.
Run 'npm install grunt-scsslint --save-dev'.
No dependency data recorded yet.