Skip to content
代码片段 群组 项目
提交 f15b64dd 编辑于 作者: Denys Mishunov's avatar Denys Mishunov
浏览文件

Merge branch 'vs/remove-redundant-stylelint-rules' into 'master'

Remove redundant stylelint rules

See merge request gitlab-org/gitlab!71224
No related branches found
No related tags found
无相关合并请求
...@@ -13,27 +13,6 @@ ...@@ -13,27 +13,6 @@
"./scripts/frontend/stylelint/stylelint-utility-classes.js", "./scripts/frontend/stylelint/stylelint-utility-classes.js",
], ],
"rules":{ "rules":{
"at-rule-disallowed-list": ["extend"],
"max-nesting-depth": [
3,
{
"ignoreAtRules":[
"each",
"media",
"supports",
"include"
],
"severity":"warning"
}
],
"selector-max-compound-selectors":[3, { "severity": "warning" }],
"stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }], "stylelint-gitlab/utility-classes":[true,{ "severity": "warning" }],
"declaration-block-no-duplicate-properties": [
true,
{
"ignore": ["consecutive-duplicates"]
}
],
"no-eol-whitespace": true,
} }
} }
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册