File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ opts = function(_, opts)
6363 opts .formatters_by_ft = opts .formatters_by_ft or {}
6464 for _ , ft in ipairs (supported ) do
6565 opts .formatters_by_ft [ft ] = opts .formatters_by_ft [ft ] or {}
66- table.insert (opts .formatters_by_ft [ft ], " biome" )
66+ table.insert (opts .formatters_by_ft [ft ], " biome-check " )
6767 end
6868
6969 opts .formatters = opts .formatters or {}
70- opts .formatters . biome = {
70+ opts .formatters [ " biome-check " ] = {
7171 require_cwd = true ,
7272 }
7373end
8282{
8383 " stevearc/conform.nvim" ,
8484 optional = true ,
85- --- @param opts ConformOpts
85+ --- @param opts conform.setupOpts
8686 opts = function (_ , opts )
8787 opts .formatters_by_ft = opts .formatters_by_ft or {}
8888 for _ , ft in ipairs (supported ) do
8989 opts .formatters_by_ft [ft ] = opts .formatters_by_ft [ft ] or {}
90- table.insert (opts .formatters_by_ft [ft ], " biome" )
90+ table.insert (opts .formatters_by_ft [ft ], " biome-check " )
9191 end
9292
9393 opts .formatters = opts .formatters or {}
94- opts .formatters . biome = {
94+ opts .formatters [ " biome-check " ] = {
9595 require_cwd = true ,
9696 }
9797 end ,
You can’t perform that action at this time.
0 commit comments