mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(linter): make advertised fix kinds consistent (#6461)
This commit is contained in:
parent
b48c3683d6
commit
7240ee23fc
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ declare_oxc_lint!(
|
|||
/// ```
|
||||
ForDirection,
|
||||
correctness,
|
||||
dangerous_fix
|
||||
fix_dangerous
|
||||
);
|
||||
|
||||
impl Rule for ForDirection {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ declare_oxc_lint!(
|
|||
/// ```
|
||||
NoCompareNegZero,
|
||||
correctness,
|
||||
conditional_suggestion_fix
|
||||
conditional_fix_suggestion
|
||||
);
|
||||
|
||||
impl Rule for NoCompareNegZero {
|
||||
|
|
|
|||
Loading…
Reference in a new issue