diff --git a/war/.stylelintrc.js b/war/.stylelintrc.js index dbae58c7382c..8804c72d3db4 100644 --- a/war/.stylelintrc.js +++ b/war/.stylelintrc.js @@ -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",