Gathering detailed insights and metrics for stylelint-config-syzygy-order
Gathering detailed insights and metrics for stylelint-config-syzygy-order
Gathering detailed insights and metrics for stylelint-config-syzygy-order
Gathering detailed insights and metrics for stylelint-config-syzygy-order
SYZYGY stylelint config for declaration order
npm install stylelint-config-syzygy-order
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
3 Stars
39 Commits
4 Watchers
1 Branches
5 Contributors
Updated on Sep 10, 2024
Latest Version
2.2.6
Package Id
stylelint-config-syzygy-order@2.2.6
Unpacked Size
9.77 kB
Size
3.07 kB
File Count
4
NPM Version
10.2.4
Node Version
20.11.0
Published on
Sep 10, 2024
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
SYZYGY
stylelint
config for declaration order.
Stylelint declaration order config build upon stylelint-order
plugin.
content
property to go first (if set).Make sure you have stylelint
installed:
1npm install --save-dev stylelint
then install the config:
1npm install --save-dev stylelint-config-syzygy-order
Simply set your stylelint
config to extend stylelint-config-syzygy-order
:
1{ 2 "extends": "stylelint-config-syzygy-order" 3}
This config contains only rules for declaration order.
It rather should not be used standalone. You can extend multiple configs.
We recommend to use stylelint-config-syzygy-order
together with
stylelint-config-syzygy-scss
or any other config
that fits your needs.
Example usage with stylelint-config-syzygy-scss
:
1{ 2 "extends": [ 3 "stylelint-config-syzygy-scss", 4 "stylelint-config-syzygy-order" 5 ] 6}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/29 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
Reason
SAST tool is not run on all commits -- score normalized to 0
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