A CLI wrapper for sass-lint that provides command-line linting of SCSS files. Version 0.0.5 is the last release; the package is deprecated because sass-lint now includes its own built-in CLI. It lacks support for custom configuration files (always falls back to sample config), and predates sass-lint's official CLI integration. No longer maintained.
npm install sass-lint-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally and run on SCSS files. No import, just CLI usage.
Switch to sass-lint (npm i -g sass-lint) and use its CLI commands.
Use sass-lint directly for custom config support.
Ensure sass-lint is installed and compatible (npm install sass-lint).