starter/lua/plugins/conform.lua

13 lines
221 B
Lua
Raw Normal View History

return {
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
javascript = { "eslint_d" },
typescript = { "eslint_d" },
typescriptreact = { "eslint_d" },
},
},
},
}