A Broccoli plugin that provides pure Node.js scss/sass linting using sass-lint. Version 1.1.2 is the latest stable release with infrequent updates. It integrates seamlessly into Broccoli build pipelines, offering options for configuration, error handling, logging, custom test generation, and support for persistent filtering. Unlike CLI-based linters, this package is designed specifically for Broccoli-based projects.
npm install broccoli-sass-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate the linter with options and integrate into a Broccoli build
Migrate to stylelint-config-standard-scss and broccoli-stylelint
Set shouldThrowExceptions: true to ensure errors break the build
Use new SassLinter(inputTree, options) instead of new SassLinter(options)
Run npm install --save-dev sass-lint
Use const SassLinter = require('broccoli-sass-lint');