Skip to content

Commit

Permalink
fix(docs): remove double categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Oct 11, 2024
1 parent 7645e5c commit 10dd66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/for_direction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ declare_oxc_lint!(
/// ```
ForDirection,
correctness,
dangerous_fix
fix_dangerous
);

impl Rule for ForDirection {
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/no_compare_neg_zero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ declare_oxc_lint!(
/// ```
NoCompareNegZero,
correctness,
conditional_suggestion_fix
conditional_fix_suggestion
);

impl Rule for NoCompareNegZero {
Expand Down

0 comments on commit 10dd66f

Please sign in to comment.