1.0.0 • Published 2 years ago

@solumon/stylelint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

stylelint-config

安装

# with npm
npm i -D @solumon/stylelint-config

# with pnpm
pnpm add -D @solumon/stylelint-config

配置

在.stylelintrc.json添加

{
  "extends": ["@solumon/stylelint-config"]
}