Gathering detailed insights and metrics for stylelint-config-standard-scss
Gathering detailed insights and metrics for stylelint-config-standard-scss
Gathering detailed insights and metrics for stylelint-config-standard-scss
Gathering detailed insights and metrics for stylelint-config-standard-scss
The standard shareable SCSS config for Stylelint.
npm install stylelint-config-standard-scss
Typescript
Module System
Min. Node Version
Node Version
NPM Version
87.4
Supply Chain
76.3
Quality
82.9
Maintenance
100
Vulnerability
98.9
License
JavaScript (50.67%)
SCSS (49.33%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
134 Stars
218 Commits
18 Forks
2 Watchers
6 Branches
14 Contributors
Updated on Jul 14, 2025
Latest Version
15.0.1
Package Id
stylelint-config-standard-scss@15.0.1
Unpacked Size
6.29 kB
Size
2.49 kB
File Count
4
NPM Version
11.4.0
Node Version
23.11.0
Published on
May 18, 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 standard shareable SCSS config for Stylelint.
This config:
stylelint-config-standard
shared config and configures its rules for SCSSstylelint-config-recommended-scss
shared configTo see the rules that this config uses, please read the config itself.
1npm install --save-dev stylelint-config-standard-scss
Set your stylelint
config to:
1{ 2 "extends": "stylelint-config-standard-scss" 3}
Simply add a "rules"
key to your config, then add your overrides and additions there.
For example, to turn off the scss/dollar-variable-pattern
rule:
1{ 2 "extends": "stylelint-config-standard-scss", 3 "rules": { 4 "scss/dollar-variable-pattern": 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
1 existing vulnerabilities detected
Details
Reason
10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 2/12 approved changesets -- score normalized to 1
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-07-07
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