
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
stylelint-config-recommended-wxss
Advanced tools
兼容小程序 wxss 扩展的 stylelint 配置设置,扩展自 stylelint-config-recommended
安装
npm i -D stylelint styleint-config-recommended-wxss
.stylelintrc
{
"extends": "stylelint-config-recommended-wxss"
}
和 scss 一起使用
{
"extends": "stylelint-config-recommended-wxss",
"plugins": [
"stylelint-scss"
],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
}
}
FAQs
Recommended shareable WXSS config for stylelint
The npm package stylelint-config-recommended-wxss receives a total of 8 weekly downloads. As such, stylelint-config-recommended-wxss popularity was classified as not popular.
We found that stylelint-config-recommended-wxss 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 News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.