1.0.1 • Published 12 months ago

yllon-stylelint-config v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

yllon-stylelint-config

支持配套的 stylelint 可共享配置

安装

需要先行安装 stylelintstylelint-scss

npm install yllon-stylelint-config stylelint stylelint-scss --save-dev

使用

.stylelintrc 中继承本包: 绝对路径:

{
  "extends": "yllon-stylelint-config"
}

如果编译器不支持绝对路径导入报错,可更换成相对路径导入。 相对路径:

{
  "extends": ["./node_modules/yllon-stylelint-config"]
}
1.0.1

12 months ago