yuakestyle-lint-config
v0.0.1-2
Published
支持配套的 [stylelint 可共享配置](https://stylelint.io/user-guide/configure)。
Downloads
3
Readme
yuake-fe-markdownlint-config
支持配套的 stylelint 可共享配置。
安装
需要先行安装 stylelint 和 stylelint-scss:
npm install yuake-fe-stylelint-config stylelint stylelint-scss --save-dev
使用
在 .stylelintrc
中继承本包:
{
"extends": "yuake-fe-stylelint-config"
}