Laravel Elixir extension to integrate SCSS-Lint into your build process. Current stable version 1.3.1, last released in 2016. Requires Laravel Elixir >=3.0.0 <6.0.0. Allows linting SCSS files via the mix.scssLint() command. Differentiated by tight integration with Laravel Elixir but relies on external Ruby gem 'scss-lint' and is now largely outdated given Elixir's deprecation.
npm install laravel-elixir-scss-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Gulpfile setup to lint SCSS files using Elixir's mix command.
Consider using Laravel Mix and standalone scss-lint or stylelint.
Run 'gem install scss-lint' before using the extension.
Install laravel-elixir: npm install laravel-elixir --save-dev
Install the gem: gem install scss-lint