Brainly's shared configuration for sass-lint, a deprecated SCSS linter. Version 1.0.1 is the current stable release. This package provides a pre-defined .sass-lint.yml file to enforce consistent coding standards across Brainly projects. It requires sass-lint ^1.10.2 as a peer dependency. The package is part of a monorepo of frontend tool configs and is intended for internal use, though it can be adopted by other projects. Note that sass-lint itself is deprecated in favor of stylelint, and this config is no longer actively developed.
npm install sass-lint-config-brainlyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs packages and runs sass-lint with Brainly config using require.resolve for robust path resolution.
Replace sass-lint with stylelint and use stylelint-scss or similar plugins.
Use `node -p 'require.resolve("sass-lint-config-brainly")'` instead.Run npm install --save-dev sass-lint-config-brainly