{"id":26360,"library":"sass-lint-config-brainly","title":"sass-lint-config-brainly","description":"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.","status":"deprecated","version":"1.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/brainly/frontend-tools-configs","tags":["javascript","sass-lint","sass-lint-config","config","brainly","sass"],"install":[{"cmd":"npm install sass-lint-config-brainly","lang":"bash","label":"npm"},{"cmd":"yarn add sass-lint-config-brainly","lang":"bash","label":"yarn"},{"cmd":"pnpm add sass-lint-config-brainly","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"peer dependency required to run linting","package":"sass-lint","optional":true}],"imports":[{"note":"Use require.resolve for reliable path resolution, especially with yarn workspaces.","wrong":"sass-lint --config node_modules/sass-lint-config-brainly/.sass-lint.yml","symbol":"config path","correct":"sass-lint --config `node -p 'require.resolve(\"sass-lint-config-brainly\")'`"}],"quickstart":{"code":"npm install --save-dev sass-lint-config-brainly sass-lint\nsass-lint --config `node -p 'require.resolve(\"sass-lint-config-brainly\")'`","lang":"javascript","description":"Installs packages and runs sass-lint with Brainly config using require.resolve for robust path resolution."},"warnings":[{"fix":"Replace sass-lint with stylelint and use stylelint-scss or similar plugins.","message":"sass-lint is deprecated; consider migrating to stylelint","severity":"deprecated","affected_versions":"all"},{"fix":"Use `node -p 'require.resolve(\"sass-lint-config-brainly\")'` instead.","message":"Direct path to .sass-lint.yml may fail in yarn workspaces","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run npm install --save-dev sass-lint-config-brainly","cause":"Package not installed or not in node_modules","error":"Cannot find module 'sass-lint-config-brainly'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}