Skip to content

Commit

Permalink
[JENKINS-70779] Address Stylelint 15.x Deprecations (#7769)
Browse files Browse the repository at this point in the history
These rules will still work in the current release of stylelint, but they would be removed in the next major release.
  • Loading branch information
SaarthakMaini committed Mar 28, 2023
1 parent 06066fd commit 9a9bb7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions war/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand All @@ -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",
Expand Down

0 comments on commit 9a9bb7d

Please sign in to comment.