Update dependency stylelint-config-standard to v33 (#10650)
* Update dependency stylelint-config-standard to v33 * stylelint allow consecutive-duplicates-with-different-values * Make prettier happy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kerry Archibald <kerrya@element.io> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9d0960ed06
commit
6f1020bb92
3 changed files with 15 additions and 10 deletions
|
@ -33,6 +33,11 @@ module.exports = {
|
|||
"import-notation": null,
|
||||
"value-keyword-case": null,
|
||||
"declaration-block-no-redundant-longhand-properties": null,
|
||||
"declaration-block-no-duplicate-properties": [
|
||||
true,
|
||||
// useful for fallbacks
|
||||
{ ignore: ["consecutive-duplicates-with-different-values"] },
|
||||
],
|
||||
"shorthand-property-no-redundant-values": null,
|
||||
"property-no-vendor-prefix": null,
|
||||
"value-no-vendor-prefix": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue