Format code with dprint.
Run dprint to format code.
{
  "@ben_12/dprint/json": [
    "error",
    {
      // Use dprint JSON configuration file (default: "dprint.json")
      // It may be created using `dprint init` command
      // See also https://dprint.dev/config/
      "configFile": "dprint.json",
      "config": {
        // The json configuration of dprint
        // See also https://dprint.dev/plugins/json/config/
      },
    },
  ],
}