Generates HTML reports (full or lite) from SCSS Lint JSON output, with optional TeamCity integration. Stable version 0.4.2, low maintenance cadence. Differentiators: supports both detailed and summary HTML reports, and can output TeamCity service messages for CI/CD integration.
npm install scss-lint-html-reporterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run SCSS Lint with JSON formatter and pipe output to the reporter to generate an HTML report.
Ensure SCSS Lint is installed and the -f JSON flag is used.
Use --teamcity along with --nohtml to get TeamCity output only.
No fix needed, but stylelint can replace SCSS Lint and has its own reporters.
Install SCSS Lint via Ruby: gem install scss-lint
Specify a writable path with -o, or run from a directory where you have write access.
No dependency data recorded yet.