45 Star 212 Fork 1

Gitee 极速下载 / metabase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/metabase/metabase
克隆/下载
.stylelintrc.json 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
Uladzimir Havenchyk 提交于 2024-03-06 21:11 . Add stylelint (#39680)
{
"extends": ["stylelint-config-standard", "stylelint-config-css-modules"],
"rules": {
"alpha-value-notation": null,
"color-function-notation": null,
"custom-property-pattern": null,
"function-no-unknown": [
true,
{ "ignoreFunctions": ["color-mod", "alpha", "blackness"] }
],
"import-notation": "string",
"media-feature-range-notation": "prefix",
"no-descending-specificity": null,
"property-no-vendor-prefix": null,
"selector-id-pattern": null,
"selector-class-pattern": null,
"selector-no-vendor-prefix": null,
"value-keyword-case": null,
"declaration-block-no-redundant-longhand-properties": null,
"shorthand-property-no-redundant-values": null,
"declaration-block-no-duplicate-properties": [
true,
{ "ignoreProperties": ["composes"] }
],
"comment-empty-line-before": null
}
}
Clojure
1
https://gitee.com/mirrors/metabase.git
git@gitee.com:mirrors/metabase.git
mirrors
metabase
metabase
master

搜索帮助