aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/biome.lua
blob: f6d6ae8e79317c2f973a1a3157535f694654244f (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/biomejs/biome",
    description = "A toolchain for web projects, aimed to provide functionalities to maintain them.",
  },
  command = "biome",
  stdin = true,
  args = { "format", "--stdin-file-path", "$FILENAME" },
}