1 Star 1 Fork 4

open-hand / choerodon-front-devops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.stylelintrc.json 975 Bytes
一键复制 编辑 原始数据 按行查看 历史
李永乐 提交于 2019-05-06 14:44 . [ADD]add react for front
{
"extends": [
"stylelint-config-standard"
],
"rules": {
"at-rule-no-unknown": null,
"declaration-colon-newline-after": null,
"selector-combinator-space-before": null,
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"function-comma-newline-after": null,
"function-name-case": null,
"function-parentheses-newline-inside": null,
"function-max-empty-lines": null,
"function-whitespace-after": null,
"declaration-block-no-duplicate-properties": null,
"indentation": null,
"number-leading-zero": null,
"number-no-trailing-zeros": null,
"rule-empty-line-before": null,
"selector-combinator-space-after": null,
"selector-list-comma-newline-after": null,
"selector-pseudo-element-colon-notation": null,
"unit-no-unknown": null,
"value-list-max-empty-lines": null,
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null
}
}
1
https://gitee.com/open-hand/choerodon-front-devops.git
git@gitee.com:open-hand/choerodon-front-devops.git
open-hand
choerodon-front-devops
choerodon-front-devops
master

搜索帮助