
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
@wordpress/stylelint-config
Advanced tools
stylelint configuration rules to ensure your CSS is compliant with the WordPress CSS Coding Standards.
$ npm install @wordpress/stylelint-config --save-dev
Note: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
If you've installed @wordpress/stylelint-config
locally within your project, just set your stylelint
config to:
{
"extends": "@wordpress/stylelint-config"
}
If you've globally installed @wordpress/stylelint-config
using the -g
flag, then you'll need to use the absolute path to @wordpress/stylelint-config
in your config:
{
"extends": "/absolute/path/to/@wordpress/stylelint-config"
}
In addition to the default preset, there is also a SCSS preset. This preset extends both @wordpress/stylelint-config
and stylelint-config-recommended-scss
.
{
"extends": [ "@wordpress/stylelint-config/scss" ]
}
Simply add a "rules"
key to your config and add your overrides there.
For example, to change the indentation
to four spaces and turn off the number-leading-zero
rule:
{
"extends": "@wordpress/stylelint-config",
"rules": {
"indentation": 4,
"number-leading-zero": null
}
}
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as other software projects.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main contributor guide.
FAQs
stylelint config for WordPress development.
The npm package @wordpress/stylelint-config receives a total of 71,891 weekly downloads. As such, @wordpress/stylelint-config popularity was classified as popular.
We found that @wordpress/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.