feat(lazyvim): add json to lint config

This commit is contained in:
Michael Thomas 2024-06-26 18:52:27 -04:00
parent 5bb8c34862
commit 30fc7bf0a8

View File

@ -70,6 +70,7 @@ return {
javascriptreact = { { "prettierd", "prettier" } },
typescript = { { "prettierd", "prettier" } },
typescriptreact = { { "prettierd", "prettier" } },
json = { { "prettierd", "prettier" } },
yaml = { { "prettierd", "prettier" } },
css = { { "prettierd", "prettier" } },
},