fix: add missing arg to djlint
This commit is contained in:
parent
ed33aafb0f
commit
2bd9f0c06e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ return {
|
|||
config = function()
|
||||
local lint = require("lint")
|
||||
|
||||
local djlint = lint.linters.djlint
|
||||
djlint.args = {
|
||||
"--reformat",
|
||||
}
|
||||
|
||||
lint.linters_by_ft = {
|
||||
html = { "djlint" },
|
||||
javascript = { "eslint_d" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue