Skip to content

Commit

Permalink
fix: update configuration of lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Sep 7, 2024
1 parent 28d48db commit cef9788
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ declare_lint_rule! {
version: "next",
name: "noDuplicateCustomProperties",
language: "css",
recommended: false,
sources: &[RuleSource::Stylelint("declaration-block-no-duplicate-properties")],
recommended: true,
sources: &[RuleSource::Stylelint("declaration-block-no-duplicate-custom-properties")],
}
}

Expand Down

0 comments on commit cef9788

Please sign in to comment.