stylelint-config-gofund
v0.1.1
Published
stylelint shareable config for SunTime Fund-Line Guidelines
Downloads
4
Maintainers
Readme
stylelint-config-gofund
本包提供了《朝阳永续基金线前端规约 - CSS 编码规约》配套的 stylelint 可共享配置。
安装
除了本包,你需要同时安装 stylelint 和 stylelint-scss:
npm install stylelint-config-gofund stylelint stylelint-scss --save-dev
使用
在你的 .stylelintrc
中继承本包:
{
"extends": "stylelint-config-gofund"
}