added format support for jsx tsx

pull/1708/head
Oluwatobi 2 years ago
parent d7575d7a55
commit 2100726468

@ -5,6 +5,8 @@ require('conform').setup {
python = { 'isort', 'black' },
-- Use a sub-list to run only the first available formatter
javascript = { { 'prettierd', 'prettier' } },
javascriptreact = { { 'prettier' } },
typescriptreact = { { 'prettier' } },
},
}

Loading…
Cancel
Save