feat: add djlint to html files

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent f6c40eee0d
commit 7cd496befd

View file

@ -8,6 +8,7 @@ return {
local lint = require("lint")
lint.linters_by_ft = {
html = { "djlint" },
javascript = { "eslint_d" },
typescript = { "eslint_d" },
javascriptreact = { "eslint_d" },
@ -20,7 +21,7 @@ return {
group = lint_augroup,
callback = function()
lint.try_lint()
end
end,
})
end
end,
}