@pengzhanbo/stylelint-config
TypeScript icon, indicating that this package has built-in type declarations

1.9.1 • Public • Published

@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"
  }
}

相关资源

Readme

Keywords

Package Sidebar

Install

npm i @pengzhanbo/stylelint-config

Weekly Downloads

54

Version

1.9.1

License

MIT

Unpacked Size

25.8 kB

Total Files

5

Last publish

Collaborators

  • pengzhanbo