summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/fixjson.lua
blob: fee611c945f284c288e4385715b3d71c414b6798 (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",
}