You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that Cargo.toml is supported by dprint-plugin-toml, I thought it would make sense to handle package.json similarly here. This would help me migrate more fully to dprint.
I have limited Rust experience, but would be willing to have a go at a PR for this feature (the TOML plugin should be a good reference).
If not acceptable as a feature of this plugin, write it as a separate one. I'd also be willing to give that a shot, but in that case would appreciate guidance (mostly around the Rust/dprint infra).
Given that
Cargo.toml
is supported bydprint-plugin-toml
, I thought it would make sense to handlepackage.json
similarly here. This would help me migrate more fully to dprint.I have limited Rust experience, but would be willing to have a go at a PR for this feature (the TOML plugin should be a good reference).
Prior art
sort-package-json
prettier-package-json
Alternatives
dprint-plugin-exec
withsort-package-json
CLIThe text was updated successfully, but these errors were encountered: