40 Star 147 Fork 3

Gitee 极速下载/grafana

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/grafana/grafana
克隆/下载
stylelint.config.js 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: ['stylelint-config-sass-guidelines'],
ignoreFiles: ['**/node_modules/**/*.scss'],
rules: {
'at-rule-no-vendor-prefix': null,
'color-hex-length': null,
'color-named': null,
'declaration-block-no-duplicate-properties': [
true,
{
ignore: 'consecutive-duplicates-with-different-values',
ignoreProperties: ['font-size', 'word-break'],
},
],
// Disable equivalent "borderZero" sass-lint rule
'declaration-property-value-disallowed-list': {
border: [],
'border-bottom': [],
'border-left': [],
'border-right': [],
'border-top': [],
},
'function-url-quotes': null,
'length-zero-no-unit': null,
'max-nesting-depth': null,
'property-no-vendor-prefix': null,
'rule-empty-line-before': null,
'scss/at-function-pattern': null,
'scss/at-mixin-pattern': null,
'scss/dollar-variable-pattern': null,
'scss/at-extend-no-missing-placeholder': null,
'selector-class-pattern': null,
'selector-max-compound-selectors': null,
'selector-max-id': null,
'selector-no-qualifying-type': null,
'selector-pseudo-element-colon-notation': null,
'shorthand-property-no-redundant-values': null,
'value-no-vendor-prefix': null,
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/grafana.git
[email protected]:mirrors/grafana.git
mirrors
grafana
grafana
main

搜索帮助