refactor(linter): make advertised fix kinds consistent (#6461)

This commit is contained in:
Alexander S. 2024-10-12 01:25:32 +02:00 committed by GitHub
parent b48c3683d6
commit 7240ee23fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ declare_oxc_lint!(
/// ```
ForDirection,
correctness,
dangerous_fix
fix_dangerous
);
impl Rule for ForDirection {

View file

@ -30,7 +30,7 @@ declare_oxc_lint!(
/// ```
NoCompareNegZero,
correctness,
conditional_suggestion_fix
conditional_fix_suggestion
);
impl Rule for NoCompareNegZero {