1 Star 0 Fork 13

iamcxl-im/web-chat

forked from 野火IM/web-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
小楼楼 提交于 2018-07-24 03:59 . Fix CI build error
{
"extends": "stylelint-config-standard",
"rules": {
"block-no-empty": null,
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"indentation": [4, {
"except": ["value"]
}],
"max-empty-lines": 2,
"rule-empty-line-before": [ "always", {
"except": ["first-nested"],
"ignore": ["after-comment"]
} ],
"selector-pseudo-class-no-unknown": [ true, {
ignorePseudoClasses: ["global"],
} ],
"number-leading-zero": "never",
"unit-whitelist": ["em", "rem", "%", "s", "vh", "vw", "px", "deg"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iamcxl-im/web-chat.git
[email protected]:iamcxl-im/web-chat.git
iamcxl-im
web-chat
web-chat
master

搜索帮助