aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/jq.lua
blob: 50a905d6d48477bba99149f767e08d1c8f5f8dc6 (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/stedolan/jq",
    description = "Command-line JSON processor.",
  },
  command = "jq",
}