0.0.1 • Published 8 months ago

@wqdy/stylelint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

stylelint-config

Install

$ npm install --save-dev stylelint-config-wqdy

Usage

add this to your .stylelintrc file:

{
  "extends": "stylelint-config-wqdy"
}

vscode 配置自动修复

在插件市场安装好 stylelint 插件后,在 settings.json 配置:

"editor.codeActionsOnSave": {
  "source.fixAll.stylelint": true
}

License

MIT.