# bncode-fe-stylelint-config
TIP
BNCODE CSS 规范
支持配套的 stylelint 可共享配置 (opens new window)。
# 安装
需要先行安装 stylelint (opens new window) 和 stylelint-scss (opens new window):
npm install bncode-fe-stylelint-config stylelint stylelint-scss --save-dev
# 使用
在 .stylelintrc
中继承本包:
{
"extends": "bncode-fe-stylelint-config"
}