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