Skip to content

Commit

Permalink
fix(linter): move eslint/sort-keys to style category (#6377)
Browse files Browse the repository at this point in the history
Closes #6363
  • Loading branch information
DonIsaac committed Oct 9, 2024
1 parent 13b0b0b commit f71c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/sort_keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare_oxc_lint!(
/// };
/// ```
SortKeys,
pedantic,
style,
pending
);

Expand Down

0 comments on commit f71c91e

Please sign in to comment.