Skip to content

Commit

Permalink
chore:enable stylelint declaration-block-no-duplicate-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Nov 4, 2022
1 parent 12d9463 commit ce67c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ module.exports = {
"color-hex-case": null,
"custom-property-empty-line-before": null,
"custom-property-pattern": null,
"declaration-block-no-duplicate-properties": null,
"declaration-block-no-duplicate-properties": [true, {
"ignore": ["consecutive-duplicates-with-different-values"]
}],
"declaration-block-no-redundant-longhand-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
"hue-degree-notation": null,
Expand Down

0 comments on commit ce67c98

Please sign in to comment.