Gathering detailed insights and metrics for stylelint-config-recommended
Gathering detailed insights and metrics for stylelint-config-recommended
Gathering detailed insights and metrics for stylelint-config-recommended
Gathering detailed insights and metrics for stylelint-config-recommended
stylelint-config-recommended-vue
The recommended shareable Vue config for Stylelint.
stylelint-config-recommended-scss
The recommended shareable SCSS config for Stylelint
stylelint-config-recommended-less
The recommended Less config for Stylelint
stylelint-config-recommended-wxss
Recommended shareable WXSS config for stylelint
The recommended shareable config for Stylelint
npm install stylelint-config-recommended
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (95.87%)
CSS (4.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
394 Stars
217 Commits
30 Forks
8 Watchers
1 Branches
28 Contributors
Updated on Jul 11, 2025
Latest Version
16.0.0
Package Id
stylelint-config-recommended@16.0.0
Unpacked Size
5.96 kB
Size
2.57 kB
File Count
4
NPM Version
11.1.0
Node Version
22.14.0
Published on
Apr 06, 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
1
The recommended shareable config for Stylelint.
It turns on most of the Stylelint rules that help you avoid errors.
You can use this as a foundation for your own config, but we suggest most people use our standard config instead which extends this config and adds a few more rules to enforce common conventions.
1npm install stylelint-config-recommended --save-dev
Set your stylelint
config to:
1{ 2 "extends": "stylelint-config-recommended" 3}
Add a "rules"
key to your config, then add your overrides and additions there.
For example, to change the at-rule-no-unknown
rule to use its ignoreAtRules
option, turn off the block-no-empty
rule, and add the unit-allowed-list
rule:
1{ 2 "extends": "stylelint-config-recommended", 3 "rules": { 4 "at-rule-no-unknown": [ 5 true, 6 { 7 "ignoreAtRules": ["extends"] 8 } 9 ], 10 "block-no-empty": null, 11 "unit-allowed-list": ["em", "rem", "s"] 12 } 13}
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 not run on all commits -- score normalized to 7
Details
Reason
3 existing vulnerabilities detected
Details
Reason
Found 4/10 approved changesets -- score normalized to 4
Reason
security policy file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
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