{"library":"sass-lint-brunch","title":"sass-lint-brunch","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install sass-lint-brunch"],"cli":null},"imports":["import sassLintBrunch from 'sass-lint-brunch'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install --save-dev sass-lint-brunch sass-lint\n\n// In brunch-config.js:\nmodule.exports = {\n  plugins: {\n    sassLint: {\n      options: {\n        rules: {\n          'no-ids': 2,\n          'no-important': 1\n        }\n      },\n      warnOnly: false\n    }\n  }\n};","lang":"javascript","description":"Installs the plugin and configures sass-lint with custom rules and warnOnly mode in brunch-config.js.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}