1 Star 0 Fork 6

shuike/cvat

forked from luohenyueji/cvat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc.json 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vitaliy Nishukov 提交于 2020-10-23 19:54 . Reformatted (#2349)
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"value-keyword-case": null,
"selector-combinator-space-after": null,
"no-descending-specificity": null,
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["extend"]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": ["first-child"]
}
]
},
"ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuike520/cvat.git
git@gitee.com:shuike520/cvat.git
shuike520
cvat
cvat
develop

搜索帮助