We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oxlint --init
1 parent d543199 commit 81b0162Copy full SHA for 81b0162
crates/oxc_linter/Cargo.toml
@@ -68,7 +68,7 @@ rustc-hash = { workspace = true }
68
schemars = { workspace = true, features = ["indexmap2"] }
69
self_cell = { workspace = true }
70
serde = { workspace = true, features = ["derive"] }
71
-serde_json = { workspace = true }
+serde_json = { workspace = true, features = ["preserve_order"] } # preserve_order: print config with ordered keys.
72
simdutf8 = { workspace = true }
73
smallvec = { workspace = true }
74
tokio = { workspace = true, optional = true }
0 commit comments