Gathering detailed insights and metrics for stylelint-config-recommended-scss
Gathering detailed insights and metrics for stylelint-config-recommended-scss
Gathering detailed insights and metrics for stylelint-config-recommended-scss
Gathering detailed insights and metrics for stylelint-config-recommended-scss
The recommended shareable SCSS config for Stylelint
npm install stylelint-config-recommended-scss
Typescript
Module System
Min. Node Version
Node Version
NPM Version
87.1
Supply Chain
76.4
Quality
84.3
Maintenance
100
Vulnerability
98.9
License
SCSS (50.67%)
JavaScript (49.33%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
233 Stars
332 Commits
21 Forks
6 Watchers
2 Branches
13 Contributors
Updated on May 08, 2025
Latest Version
15.0.0
Package Id
stylelint-config-recommended-scss@15.0.0
Unpacked Size
6.09 kB
Size
2.57 kB
File Count
4
NPM Version
10.9.0
Node Version
22.11.0
Published on
May 08, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The recommended shareable SCSS config for Stylelint.
This config:
stylelint-config-recommended
shared config and configures its rules for SCSSstylelint-scss
plugin pack and turns on its rules that check for possible errorspostcss-scss
custom syntax and configures itThis config is extended by the stylelint-config-standard-scss
shared config. That config is better suited to most users as it also turns on the stylistic rules in the stylelint-scss
plugin pack.
To see the rules that this config uses, please read the config itself.
1npm install --save-dev stylelint-config-recommended-scss
Set your stylelint
config to:
1{ 2 "extends": "stylelint-config-recommended-scss" 3}
Simply add a "rules"
key to your config, then add your overrides and additions there.
For example, to turn off the scss/at-if-no-null
rule:
1{ 2 "extends": "stylelint-config-recommended-scss", 3 "rules": { 4 "scss/at-if-no-null": null 5 } 6}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
0 existing vulnerabilities detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More