add jsx and tsx

This commit is contained in:
Felipe Magrassi 2024-08-05 20:06:36 -03:00
parent 3ae22ef849
commit 1c719fc85f
1 changed files with 4 additions and 2 deletions

View File

@ -51,8 +51,10 @@ lint.linters_by_ft = {
local conform = require 'conform'
conform.formatters_by_ft = {
javascript = { 'prettierd ' },
typescript = { 'prettierd ' },
javascript = { 'prettierd', 'prettier' },
javascriptreact = { 'prettierd', 'prettier' },
typescript = { 'prettierd', 'prettier' },
typescriptreact = { 'prettierd', 'prettier' },
ruby = { 'rubocop' },
markdown = { 'markdownlint' },
eruby = { 'erb_lint' },