dprint / dprint-plugin-json

JSON code formatting plugin for dprint.
https://dprint.dev/plugins/json
MIT License
18 stars 5 forks source link

Have ignore comments apply to trailing commas #9

Open dsherret opened 2 years ago

dsherret commented 2 years ago

A bit of an edge case, but it would be better for ignore comments to apply to trailing commas, so this would format as-is:

{
  "tasks": {
    // dprint-fmt-ignore
    "foo": "echo bar",
  }
}

See https://github.com/denoland/deno/issues/15422