mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 11:46:38 -05:00
Disable shorthand-property-no-redundant-values
This commit is contained in:
parent
c32b0d17a2
commit
0f0639f8d6
1 changed files with 1 additions and 1 deletions
|
@ -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" } ],
|
||||
|
||||
|
|
Loading…
Reference in a new issue