
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
@leetcode/stylelint
Advanced tools
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
Upgrading? Please read our CHANGELOG to learn what changes to expect in the latest version, whether that's new features, bug fixes, renamed rules, or whatever else.
With stylelint, it's easy to start linting your CSS:
Decide how you want to use stylelint:
Create your configuration object by either extending a shared config or crafting your own:
stylelint-config-standard
. It includes over 80 of stylelint's rules with sensible defaults. (You can always override specific rules after extending the config.) We update the config with each new release of stylelint. Alternately, you can search for a community config and extend that instead.null
) the rules that you don't care to enforce.Lint!
Be sure to specify the syntax if you're using non-standard syntax (e.g. SCSS, SugarSS or Less).
You'll find more detailed information on using stylelint and tailoring it to your needs in our guides:
There is always a lot of work to do, and already well over 100 rules to maintain. So please help out in any way that you can:
We communicate via issues and pull requests.
There is also stackoverflow, which is our preferred QA forum. Tag your post with "stylelint".
6.8.0 - 2016-06-30
-e
and --extract
CLI flags, and the extractStyleTagsFromHtml
Node.js API option. If you use these flags or option, please consider creating a processor for the community.at-rule-no-unknown
rule.no-empty-source
rule.except: ["after-single-line-comment"]
option for rule-non-nested-empty-line-before
.ignoreProperties: []
option for declaration-block-no-duplicate-properties
.FAQs
Modern CSS linter
The npm package @leetcode/stylelint receives a total of 1 weekly downloads. As such, @leetcode/stylelint popularity was classified as not popular.
We found that @leetcode/stylelint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.