fix(linter): preserve json key order for oxlint --init#13121
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a configuration output issue by preserving JSON key order when using the oxlint --init command. The change ensures that generated configuration files have consistent, ordered keys rather than random ordering.
Key Changes
- Enable the
preserve_orderfeature for theserde_jsondependency to maintain deterministic JSON key ordering
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
27e6683 to
81b0162
Compare

closes #13111