@solumon/stylelint-config
v1.0.0
Published
## 安装 ```shell # with npm npm i -D @solumon/stylelint-config
Downloads
7
Readme
stylelint-config
安装
# with npm
npm i -D @solumon/stylelint-config
# with pnpm
pnpm add -D @solumon/stylelint-config
配置
在.stylelintrc.json添加
{
"extends": ["@solumon/stylelint-config"]
}