spec-stylelint-config
v1.0.0
Published
CSS规范
Downloads
4
Readme
spec-stylelint-config
支持配套的stylelint 可共享配置
安装
需要先行安装 stylelint 和 stylelint-scss:
npm install spec-stylelint-config stylelint stylelint-scss --save-dev
使用
在.stylelintrc
中继承本包:
{
"extends": "spec-stylelint-config"
}