Gathering detailed insights and metrics for @asvetliakov/stylelint-processor-styled-components
Gathering detailed insights and metrics for @asvetliakov/stylelint-processor-styled-components
Gathering detailed insights and metrics for @asvetliakov/stylelint-processor-styled-components
Gathering detailed insights and metrics for @asvetliakov/stylelint-processor-styled-components
Lint your styled components with stylelint!
npm install @asvetliakov/stylelint-processor-styled-components
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
654 Stars
487 Commits
61 Forks
32 Watchers
3 Branches
123 Contributors
Updated on Feb 28, 2025
Latest Version
1.5.1
Package Id
@asvetliakov/stylelint-processor-styled-components@1.5.1
Unpacked Size
129.16 kB
Size
24.98 kB
File Count
75
NPM Version
6.4.1
Node Version
11.1.0
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
stylelint-processor-styled-components
Lint your styled components with stylelint!
You need:
stylelint
(duh)styled-components
stylelint-config-styled-components
config to disable stylelint rules that clash with styled-components
stylelint
config! (for example stylelint-config-recommended
)(npm install --save-dev
stylelint
stylelint-processor-styled-components
stylelint-config-styled-components
stylelint-config-recommended)
Now use those in your .stylelintrc
and run stylelint with your JavaScript files!
1{ 2 "processors": ["stylelint-processor-styled-components"], 3 "extends": [ 4 "stylelint-config-recommended", 5 "stylelint-config-styled-components" 6 ] 7}
NOTE: The processor works with Flow- and TypeScript-typed files too! (we'll assume TypeScript usage if your files end in
.ts
or.tsx
)
Further documentation for this processor lives on the styled-components website!
Licensed under the MIT License, Copyright © 2017 Maximilian Stoiber. See LICENSE.md for more information!
Based on Mapbox' excellent stylelint-processor-markdown
, thanks to @davidtheclark!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/6 approved changesets -- score normalized to 5
Reason
project is archived
Details
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
43 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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