use biome

This commit is contained in:
zolinthecow 2024-11-20 19:57:38 +00:00
parent 2ddd8c3860
commit 89a71aa455
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ return { -- Autoformat
-- --
-- You can use a sub-list to tell conform to run *until* a formatter -- You can use a sub-list to tell conform to run *until* a formatter
-- is found. -- is found.
javascript = { 'prettierd' }, javascript = { 'biome' },
typescript = { 'prettierd' }, typescript = { 'biome' },
}, },
}, },
} }