diff --git a/src/webui/www/.stylelintrc.json b/src/webui/www/.stylelintrc.json index a1a4aa148..76a8c17b5 100644 --- a/src/webui/www/.stylelintrc.json +++ b/src/webui/www/.stylelintrc.json @@ -12,7 +12,9 @@ "indentation": 4, "length-zero-no-unit": null, "no-descending-specificity": null, - "value-keyword-case": null, - "order/properties-alphabetical-order": true + "order/properties-alphabetical-order": true, + "selector-class-pattern": null, + "selector-id-pattern": null, + "value-keyword-case": null } }