aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/fixjson.lua
blob: a29528ae8076c3e197e2d21fe55d31dfd568bc3d (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/rhysd/fixjson",
    description = "JSON Fixer for Humans using (relaxed) JSON5 ",
  },
  command = "fixjson",
}