Disable shorthand-property-no-redundant-values

This commit is contained in:
Kevin MacMartin 2024-04-09 15:30:20 -04:00
parent c32b0d17a2
commit 0f0639f8d6

View file

@ -49,7 +49,7 @@
"selector-attribute-quotes": [ "always", { "severity": "warning" } ],
"declaration-block-no-redundant-longhand-properties": [ true, { "severity": "warning" } ],
"shorthand-property-no-redundant-values": [ true, { "severity": "warning" } ],
"shorthand-property-no-redundant-values": null,
"comment-whitespace-inside": [ "always", { "severity": "warning" } ],