added format support for jsx tsx
This commit is contained in:
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…
Reference in New Issue