🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more
Socket
Book a DemoInstallSign in
Socket

@pengzhanbo/stylelint-config

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pengzhanbo/stylelint-config

The stylelint config preset.

latest
Source
npmnpm
Version
1.38.0
Version published
Maintainers
1
Created
Source

@pengzhanbo/stylelint-config

The stylelint config preset.

Usage

Install

pnpm add -D @pengzhanbo/stylelint-config

Config

In .stylelintrc.json

{
  "extends": "@pengzhanbo/stylelint-config"
}

vs Code support (auto fix)

{
  "css.validate": false,
  "less.validate": false,
  "scss.validate": false,
  "stylelint.validate": [
    "css",
    "scss",
    "postcss",
    // optional
    "vue"
  ],
  "editor.codeActionsOnSave": {
    "source.fixAll.stylelint": "explicit"
  }
}

相关资源

Keywords

stylelint-config

FAQs

Package last updated on 05 Oct 2025

Did you know?

Socket

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