A Webpack loader that integrates sass-lint into the build pipeline, version 0.0.1. It allows linting SCSS/SASS files as part of the Webpack compilation, either as a pre-loader or loader. The loader supports custom configuration files, emit options for errors/warnings, quiet mode, and fail-on-error/warning settings. It is under development and lacks line number reporting. Compared to alternatives like sass-lint-plugin, it is simpler but has limited features and maintenance status.
npm install sasslint-loaderNo compatibility data collected yet for this library.
Webpack configuration to lint SCSS files using sasslint-loader before compilation.
Consider using alternative linters or wait for updates.
Set stats: { children: false } in Webpack config.Remove NoErrorsPlugin during development or adjust Webpack config.
Migrate to stylelint with sass/scss support.
Ensure sass-lint rules produce line numbers (update sass-lint version).
Add stats: { children: false } to Webpack config.