Skip to content

Commit

Permalink
Add recommneded
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Iwańczuk <[email protected]>
  • Loading branch information
marvinhagemeister and bartlomieju authored Nov 29, 2024
1 parent c34cc1a commit 2a59f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/jsx_no_duplicate_props.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CODE: &str = "jsx-no-duplicate-props";

impl LintRule for JSXNoDuplicateProps {
fn tags(&self) -> &'static [&'static str] {
&["react", "jsx"]
&["recommended", "react", "jsx"]
}

fn code(&self) -> &'static str {
Expand Down

0 comments on commit 2a59f82

Please sign in to comment.