
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@ebarooni/stylelint-config
Advanced tools
A shareable Stylelint configuration for CSS, SCSS, and web projects
A shareable Stylelint configuration for enforcing best practices in CSS, SCSS, and other style sheets.
Ensure the required peer dependencies are installed before using this package:
npm install -D stylelint stylelint-config-standard-scss
To install the package, run:
npm install -D @ebarooni/stylelint-config
Extend this configuration in your .stylelintrc.json
file:
{
"extends": ["@ebarooni/stylelint-config"]
}
To simplify linting and fixing style files, add these scripts to your package.json
:
{
"scripts": {
"stylelint": "npx stylelint",
"stylelint:check": "npm run stylelint -- \"**/*.{css,scss}\"",
"stylelint:fix": "npm run stylelint -- \"**/*.{css,scss}\" --fix"
}
}
Run these commands:
npm run stylelint:check
npm run stylelint:fix
This package supports custom rules, ignored files, and directory-specific overrides.
To exclude certain files or directories, use the ignoreFiles
field:
{
"ignoreFiles": ["example/(ios|android)/**/*.{css,scss}"]
}
If you need different rules for specific directories, use the overrides
field:
{
"overrides": [
{
"files": ["example/**/*.{css,scss}"],
"extends": ["@ebarooni/stylelint-config"]
}
]
}
FAQs
A shareable Stylelint configuration for CSS, SCSS, and web projects
The npm package @ebarooni/stylelint-config receives a total of 4 weekly downloads. As such, @ebarooni/stylelint-config popularity was classified as not popular.
We found that @ebarooni/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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 News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.