Legacy Node.js bindings for the Ruby-based scss-lint tool (v0.0.3). This package wraps the Ruby gem and provides a simple API to lint SCSS files programmatically from Node.js. It is part of the grunt-scsslint ecosystem and has not been updated since 2014. It requires Ruby and the scss-lint gem to be installed separately. Not to be confused with modern SCSS linters like stylelint-scss. Active development ceased; use at your own risk.
npm install scsslintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, require, instantiate, and call the lint method with files, options, and callback.
Install Ruby and run `gem install scss-lint` before using this package.
Always use `new ScssLinter()`.
Migrate to stylelint and @stylelint/postcss-css-in-js or similar modern tooling.
Ensure arguments are: files (array), options (object), callback (function).
Check for Ruby and scss-lint availability before using the package, or wrap call in try-catch.
Run `npm install scsslint --save` and ensure Ruby is installed.
Change to `new ScssLinter()`.
Install Ruby, then run `gem install scss-lint`.
Use CommonJS `require` and ensure the package is installed properly.
No dependency data recorded yet.