fix(linter): move eslint/sort-keys to style category (#6377)

Closes #6363
This commit is contained in:
DonIsaac 2024-10-09 01:06:28 +00:00
parent 13b0b0b07e
commit f71c91ed7d

View file

@ -84,7 +84,7 @@ declare_oxc_lint!(
/// };
/// ```
SortKeys,
pedantic,
style,
pending
);