Skip to content

Commit

Permalink
chore(linter): change no-negation-in-equality-check to pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 7, 2024
1 parent 94bac93 commit 0ec12cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare_oxc_lint!(
/// if (!(foo === bar)) {}
/// ```
NoNegationInEqualityCheck,
correctness,
pedantic,
);

impl Rule for NoNegationInEqualityCheck {
Expand Down

0 comments on commit 0ec12cf

Please sign in to comment.