🔧 Added tsx for react to conform formatter config

This commit is contained in:
z3rOR0ne 2024-08-15 03:09:27 -07:00
parent c92da546af
commit 7d0cb250fc

View file

@ -5,6 +5,8 @@ require("conform").setup({
css = { "stylelint" },
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
javascriptreact = { "prettierd", "prettier", stop_after_first = true },
typescriptreact = { "prettierd", "prettier", stop_after_first = true },
html = { "prettierd", "prettier", stop_after_first = true },
pug = { "prettierd", "prettier", stop_after_first = true },
vue = { "prettierd", "prettier", stop_after_first = true },