# stylelint-config-huatree

TIP

CSS 规范

支持配套的 stylelint 可共享配置 (opens new window)

# 安装

需要先行安装 stylelint (opens new window)stylelint-scss (opens new window)

npm i stylelint-config-huatree stylelint stylelint-scss -D

# 使用

.stylelintrc 中继承本包:

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