Ember CLI addon that integrates sass-lint into the build pipeline, automatically linting SCSS files during ember serve, test, or build. Version 2.4.1 is the latest stable release; this package is in maintenance mode and relies on the deprecated sass-lint package (last released in 2018). It requires Ember.js v2.18+, Ember CLI v2.13+, and Node >=10. Differentiates from alternative Ember SCSS linting addons by using the Node.js-based sass-lint (not the Ruby scss-lint) and by being a straightforward drop-in that reads configuration from .sass-lint.yml or ember-cli-build.js.
npm install ember-cli-scss-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the addon, adds a minimal .sass-lint.yml config, and triggers linting during an Ember build.
Migrate to stylelint with stylelint-scss (or use ember-cli-stylelint).
Ensure your Node.js version is 10 or higher (preferably LTS).
Consider moving to stylelint for SCSS linting; install ember-cli-stylelint and configure accordingly.
Upgrade your Ember CLI version to at least 2.13.
Run 'npm install' (or 'yarn') to ensure sass-lint is installed as a transitive dependency.
Create a .sass-lint.yml file in the root of your Ember project with proper rules.
Run 'ember install ember-cli-babel' then reinstall this addon.