yusongh-stylelint-config
v0.1.0
Published
stylelint config
Downloads
3
Readme
yusongh-markdownlint-config
支持配套的 stylelint 可共享配置。
安装
需要先行安装 stylelint 和 stylelint-scss:
npm install yusongh-stylelint-config stylelint stylelint-scss --save-dev
使用
在 .stylelintrc
中继承本包:
{
"extends": "yusongh-stylelint-config"
}