sass-lint-brunch is a Brunch plugin that integrates sass-lint, a Node.js-based SCSS/SASS linter, into Brunch's build pipeline. Version 1.1.0 is the current stable release with no recent updates. It automatically lints all SCSS/SASS files during compilation, respecting Brunch's underscore-prefix ignore rule. Configuration is done via brunch-config.js, supporting custom sass-lint config files, options passthrough, and a warn-only mode to avoid breaking builds. Compared to alternatives like sass-lint-auto-fix, this plugin is minimal and focused on linting alone, with no auto-fix support.
npm install sass-lint-brunchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the plugin and configures sass-lint with custom rules and warnOnly mode in brunch-config.js.
Switch to stylelint with the appropriate Brunch plugin (e.g., stylelint-brunch) and migrate your sass-lint config.
Ensure you are not relying on linting partial files; rename them if necessary.
Upgrade Node.js or consider alternative tools.
Run 'npm install --save-dev sass-lint' to install the peer dependency.
Ensure the plugins section uses the correct key 'sassLint' as shown in the README.