未验证 提交 9a9bb7d2 编写于 作者: S Saarthak Maini 提交者: GitHub

[JENKINS-70779] Address Stylelint 15.x Deprecations (#7769)

These rules will still work in the current release of stylelint, but they would be removed in the next major release.
上级 06066fde
......@@ -2,13 +2,6 @@ module.exports = {
extends: "stylelint-config-standard",
customSyntax: "postcss-less",
rules: {
indentation: null,
linebreaks: "unix",
"max-line-length": 150,
"selector-list-comma-newline-after": null,
"selector-list-comma-space-after": null,
"value-list-comma-newline-after": null,
"declaration-colon-newline-after": null,
"no-descending-specificity": null,
"selector-class-pattern": "[a-z]",
"selector-id-pattern": "[a-z]",
......@@ -20,7 +13,6 @@ module.exports = {
camelCaseSvgKeywords: true,
},
],
"string-quotes": "double",
"property-no-vendor-prefix": null,
"at-rule-no-vendor-prefix": null,
"color-function-notation": "legacy",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册