fix(conform): use proper formatters and add jsx/tsx support

This commit is contained in:
Simon Lasbrugnas 2026-01-19 13:50:07 +01:00
parent 061ddf7584
commit e0c24068b2
No known key found for this signature in database
GPG key ID: 43F4DC559B52E7FA

View file

@ -11,9 +11,13 @@ return {
yaml = { "prettier" },
json = { "jq" },
css = { "prettier" },
xml = { "xmlformatter" },
svg = { "xmlformatter" },
javascript = { "biome", "prettier" },
typescript = { "biome" },
["*"] = { "codespell", "trim_whitespace" },
javascriptreact = { "biome", "prettier" },
typescript = { "biome", "prettier" },
typescriptreact = { "biome", "prettier" },
["*"] = { "trim_whitespace" },
},
formatters = {
biome = {