Socket
Socket
Sign inDemoInstall

stylelint-config-recommended-wxss

Package Overview
Dependencies
112
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stylelint-config-recommended-wxss

Recommended shareable WXSS config for stylelint


Version published
Weekly downloads
3
Maintainers
1
Install size
7.99 kB
Created
Weekly downloads
 

Readme

Source

兼容小程序 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
  }
}

Keywords

FAQs

Last updated on 13 Jan 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc