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