Gathering detailed insights and metrics for stylelint-config-styled-components-processor
Gathering detailed insights and metrics for stylelint-config-styled-components-processor
npm install stylelint-config-styled-components-processor
Typescript
Module System
Node Version
NPM Version
59.8
Supply Chain
73.5
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
8,980
Last Day
1
Last Week
8
Last Month
15
Last Year
427
70 Stars
44 Commits
11 Forks
33 Watching
39 Branches
100 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.1
Package Id
stylelint-config-styled-components-processor@0.1.1
Size
1.30 kB
NPM Version
5.3.0
Node Version
8.4.0
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
300%
8
Compared to previous week
Last month
-6.3%
15
Compared to previous month
Last year
97.7%
427
Compared to previous year
3
stylelint-config-styled-components-processor
The shareable stylelint config for stylelint-processor-styled-components
When using stylelint-processor-styled-components a couple of stylelint rules throw errors that you cannot prevent. Like 'no-empty-source' or 'no-missing-end-of-source-newline'.
This shareable config will automatically disable rules that cause unresolvable conflicts. Besides those rules vendor prefixed properties and values will throw an error since styled-components automatically generates vendor prefixes for your css. Note that if you want to change any of these rules you can always override them in your stylelint config.
npm install stylelint-config-styled-components-processor --save-dev
After installing, add this config to your stylelint config like so:
{
"extends": "stylelint-config-styled-components-processor"
}
If you're extending multiple shareable configs, put this config as the last so it overrides the relevant rules in all previous configs:
{
"extends": [
"stylelint-config-standard",
"stylelint-config-styled-components-processor"
]
}
See also https://stylelint.io/user-guide/configuration for documentation on the various ways stylelint can be configured.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
license file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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