stylelint-config-inplus
本包提供了《印嘉科技前端规范 - CSS 编码规范》配套的 stylelint 可共享配置。
安装
除了本包,你需要同时安装
npm install stylelint-config-inplus stylelint stylelint-config-standard-scss stylelint-config-recommended-vue stylelint-order --save-dev
使用
在你的 .stylelintrc
中继承本包:
{
"extends": "stylelint-config-inplus"
}