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
stylelint-config-standard-scss
The standard shareable SCSS config for Stylelint
stylelint-scss
A collection of SCSS-specific rules for Stylelint
stylelint-config-recommended
Recommended shareable config for Stylelint
@wordpress/stylelint-config
stylelint config for WordPress development.
The recommended shareable SCSS config for Stylelint
npm install stylelint-config-recommended-scss
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
231 Stars
322 Commits
21 Forks
6 Watching
3 Branches
12 Contributors
Updated on 20 Nov 2024
Minified
Minified + Gzipped
SCSS (54.49%)
JavaScript (45.51%)
Cumulative downloads
Total Downloads
Last day
-1.1%
345,906
Compared to previous day
Last week
1.2%
1,819,192
Compared to previous week
Last month
7.9%
7,736,757
Compared to previous month
Last year
32.2%
80,226,901
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 2 issue activity found in the last 90 days -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/4 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 2024-11-18
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