mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): change no-negation-in-equality-check to pedantic
This commit is contained in:
parent
94bac93550
commit
0ec12cf38d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ declare_oxc_lint!(
|
|||
/// if (!(foo === bar)) {}
|
||||
/// ```
|
||||
NoNegationInEqualityCheck,
|
||||
correctness,
|
||||
pedantic,
|
||||
);
|
||||
|
||||
impl Rule for NoNegationInEqualityCheck {
|
||||
|
|
|
|||
Loading…
Reference in a new issue