1 Star 0 Fork 1

JamesYeung / ng-alain-aspnetcore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
JamesYeung 提交于 2017-12-26 01:13 . first commit
{
"extends": "stylelint-config-standard",
"rules": {
"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,
"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,
"selector-type-no-unknown": null,
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": [
"ng-deep"
]
}
]
}
}
HTML
1
https://gitee.com/JamesYeung/ng-alain-aspnetcore.git
git@gitee.com:JamesYeung/ng-alain-aspnetcore.git
JamesYeung
ng-alain-aspnetcore
ng-alain-aspnetcore
master

搜索帮助