
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@extensionengine/stylelint-config
Advanced tools
This package provides Extension Engine's extensible Stylelint config.
Package contains two shared Stylelint configs:
This is default configuration supporting css
, scss
and Vue.
This is base configuration without Vue specific rules.
Use install-peerdeps
npx install-peerdeps -D @extensionengine/stylelint-config
or the classic way:
npm install --save-dev postcss-html postcss-scss stylelint @extensionengine/stylelint-config
@extensionengine/stylelint-config
in your projectIn your local stylelint.config.js
extend this configuration
'use strict';
module.exports = {
extends: '@extensionengine/stylelint-config'
};
If you don't need Vue you can use base configuration:
'use strict';
module.exports = {
extends: '@extensionengine/stylelint-config/base'
};
Check stylelint documentation for rules explanation.
If you are using this config in your project you can include this badge in a readme to let people know that your code is using it.
[](https://github.com/ExtensionEngine/stylelint-config)
FAQs
Extension Engine's Stylelint config
The npm package @extensionengine/stylelint-config receives a total of 0 weekly downloads. As such, @extensionengine/stylelint-config popularity was classified as not popular.
We found that @extensionengine/stylelint-config demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.