forked from dineshsalunke/nvim-config
refactor: remove eslint from conform
This commit is contained in:
parent
5a26d0507a
commit
25239c1a26
@ -9,8 +9,8 @@ return {
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
javascript = { "prettierd", "eslint_d" },
|
javascript = { "prettierd", "eslint_d" },
|
||||||
typescript = { "prettierd", "eslint_d" },
|
typescript = { "prettierd" },
|
||||||
typescriptreact = { "prettierd", "eslint_d" },
|
typescriptreact = { "prettierd" },
|
||||||
json = { "prettierd" },
|
json = { "prettierd" },
|
||||||
jsonc = { "prettierd" },
|
jsonc = { "prettierd" },
|
||||||
go = { "gofumpt", "goimports" },
|
go = { "gofumpt", "goimports" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user