Registry / testing / sass-lint-cli

sass-lint-cli

JSON →
library0.0.5jsnpmunverified

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-cli
INSTALL
IMPORT
SIG · SASS-LINT-CLI
S
sass-lint-cli
testingjavascriptv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
npm install -g sass-lint-cli
This package is a CLI tool, not a library; no import statement needed.

Install globally and run on SCSS files. No import, just CLI usage.

npm install -g sass-lint-cli sl-cli src/**/*.scss # Note: Custom config not supported; uses sass-lint sample config
sass-lint-cli --version
Debug
Known issues
deprecatedThis package is deprecated. Use sass-lint directly which now includes a built-in CLI.
fix
Switch to sass-lint (npm i -g sass-lint) and use its CLI commands.
affects: >=0.0.0
gotchaCustom .sass-lint.yaml configuration files are not supported; falls back to sass-lint's default sample config.
fix
Use sass-lint directly for custom config support.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot read property 'options' of undefined
Outdated sass-lint peer dependency not installed or version mismatch.
fix
Ensure sass-lint is installed and compatible (npm install sass-lint).
Upgrade
Version history
0.0.5latest on npm
Audit
Dependencies
sass-lintrequiredCore linting functionality, peer dependency for CLI features
Agent activity
5 hits · last 30 days
node
4
Resources
sass-lint-cli — npm install sass-lint-cli · libregistry