xyy-stylelint-config
v0.0.7
Published
css 文档规范
Downloads
626
Readme
xyy-stylelint-config
支持配套的 stylelint 可共享配置。
安装
需要先自行安装 stylelint 和 stylelint-scss
npm install stylelint xyy-stylelint-config stylelint-scss --save-dev使用
在 .stylelintrc 中继承本包
{
"extends": "xyy-stylelint-config"
}