mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
fix(linter): move eslint/sort-keys to style category (#6377)
Closes #6363
This commit is contained in:
parent
13b0b0b07e
commit
f71c91ed7d
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ declare_oxc_lint!(
|
|||
/// };
|
||||
/// ```
|
||||
SortKeys,
|
||||
pedantic,
|
||||
style,
|
||||
pending
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue