
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@uncinc/stylelint-config
Advanced tools
Make the things that make our products look pretty, look pretty!
declaration-no-importantUsing !important is very bad practise. Please do not do it.
If you run stylelint in your project, and you are presented with an enormous amount of errors because of !importants,
please do not add a eslint-disable-next-line or disable the rule for entire files.
Instead, overwrite the declaration-no-important rule in your .stylelintrc in the project, and set the severity to warning.
order/orderWe have extended stylelint-config-clean-order which is a config for stylelint-order. This package does what you expect it to do.
In our own config we've overwritten the sorting of just the selectors (blocks). Since regular expressions are a bit hard to read sometimes, here's the sorting as we've configured it:
.parentClass {
@media #{$normal} {
}
&:hover {
}
&__foo {
}
&--bar {
}
&.active {
}
div {
}
.childClass {
}
}
FAQs
Sharable stylelint config for uncinc projects
We found that @uncinc/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.